@brief Draw a Indexed 16-bit image (RGB 5/6/5) at the specified (x,y) position. @param bitmap byte array of Indexed color bitmap @param color_index byte array of 16-bit color index @param w Width of ...
Arduino_TFT(Arduino_DataBus *bus, int8_t rst, uint8_t r, bool ips, int16_t w, int16_t h, uint8_t col_offset1, uint8_t row_offset1, uint8_t col_offset2, uint8_t row_offset2); void ...