ST7789V_COMMAND
return st7789v_spi_write(ctx, ST7789V_COMMAND, cmd);
u16 txbuf = ((ST7789V_COMMAND & 1) << 8) | cmd;