Standard for color TFT screens (ST7735, ILI9341). Monochrome (1-bit): Standard for OLED screens (SSD1306).
| Value | Depth | Format | |---|---|---| | 0x01 | 1 bit | Monochrome (Black & White) | | 0x04 | 4 bits | 16 shades of gray | | 0x08 | 8 bits | 256 colors | | 0x10 | 16 bits | RGB 565 (5-6-5) | | 0x18 | 24 bits | RGB 888 (true color) | | 0x20 | 32 bits | RGB 8888 (true color + alpha) | image2lcd register code
const unsigned char gImage_st7735[40960] = /* data */ ; Standard for color TFT screens (ST7735, ILI9341)
The registration process is typically straightforward. Follow these steps to unlock the software: Follow these steps to unlock the software: Displaying
Displaying custom graphics on small LCD or OLED screens (like the ST7735, SSD1306, or ILI9341) requires converting standard images into raw hexadecimal byte arrays. is the most popular Windows utility for this task.
Standard for color TFT screens (ST7735, ILI9341). Monochrome (1-bit): Standard for OLED screens (SSD1306).
| Value | Depth | Format | |---|---|---| | 0x01 | 1 bit | Monochrome (Black & White) | | 0x04 | 4 bits | 16 shades of gray | | 0x08 | 8 bits | 256 colors | | 0x10 | 16 bits | RGB 565 (5-6-5) | | 0x18 | 24 bits | RGB 888 (true color) | | 0x20 | 32 bits | RGB 8888 (true color + alpha) |
const unsigned char gImage_st7735[40960] = /* data */ ;
The registration process is typically straightforward. Follow these steps to unlock the software:
Displaying custom graphics on small LCD or OLED screens (like the ST7735, SSD1306, or ILI9341) requires converting standard images into raw hexadecimal byte arrays. is the most popular Windows utility for this task.