Displays
Displays
ST7735
• Type: Color TFT
• Dimension: 128x160
• Color Depth: 18 Bit
• Interfaces: HW SPI, SW SPI
• Tutorial: How to Connect a ST7735 Display
Arduino Constructor
Constructor Description
Ucglib_ST7735_18x128x160_SWSPI
Software SPI
ucg(sclk, data,
cd, cs, [reset])
Ucglib_ST7735_18x128x160_HWSPI
Hardware SPI
ucg(cd, cs,
[reset])
Device Procedures
ILI9341
• Type: Color TFT
1
• Dimension: 240x320
• Color Depth: 18 Bit
• Interfaces: HW SPI, SW SPI
• Tutorial: How to connect a ILI9341 display
Arduino Constructor
Constructor Description
Ucglib_ILI9341_18x240x320_SWSPI
Software SPI
ucg(sclk, data,
cd, cs, [reset])
Ucglib_ILI9341_18x240x320_HWSPI
Hardware SPI
ucg(cd, cs,
[reset])
Device Procedures
ILI9163
• Type: Color TFT
• Dimension: 128x128
• Color Depth: 18 Bit
• Interfaces: HW SPI, SW SPI
• Tutorial: Not yet available
Arduino Constructor
Constructor Description
Ucglib_ILI9163_18x128x128_SWSPI
Software SPI
ucg(sclk, data,
cd, cs, [reset])
Ucglib_ILI9163_18x128x128_HWSPI
Hardware SPI
ucg(cd, cs,
[reset])
2
Device Procedures
PCF8833
• Type: Color TFT
• Dimension: 132x132
• Color Depth: 16 Bit
• Interfaces: HW SPI, SW SPI
• Tutorial: How to connect a PCF8833 display
Arduino Constructor
Constructor Description
Ucglib_PCF8833_16x132x132_SWSPI
Software SPI
ucg(sclk, data,
cd, cs, [reset])
Ucglib_PCF8833_16x132x132_HWSPI
Hardware SPI
ucg(cd, cs,
[reset])
Device Procedures
SSD1331
• Type: Color OLED
• Dimension: 96x64
• Color Depth: 16 Bit (Note: The interface uses 18 bit transfers, but the
display only has 16 bit color depth)
• Interfaces: HW SPI, SW SPI
• Tutorial: n.a.
Arduino Constructor
3
Constructor Description
Ucglib_SSD1331_18x96x64_UNIVISION_SWSPI
Software SPI
ucg(sclk, data,
cd, cs, [reset])
Ucglib_SSD1331_18x96x64_UNIVISION_HWSPI
Hardware SPI
ucg(cd, cs,
[reset])
SSD1351
• Type: Color OLED
• Dimension: 128x128
• Color Depth: 18 Bit
• Interfaces: HW SPI, SW SPI
• Tutorial: n.a.
Arduino Constructor
Constructor Description
Ucglib_SSD1351_18x128x128_SWSPI
Software SPI,
ucg(sclk, data, GPIO set to 0
cd, cs, [reset]) (ILSoft OLED)
Ucglib_SSD1351_18x128x128_HWSPI
Hardware SPI,
ucg(cd, cs, GPIO set to 0
[reset]) (ILSoft OLED)
Ucglib_SSD1351_18x128x128_FT_SWSPI
Software SPI,
ucg(sclk, data, GPIO set to 1
cd, cs, [reset]) (Freetronics
OLED)
Ucglib_SSD1351_18x128x128_FT_HWSPI
Hardware SPI,
ucg(cd, cs, GPIO set to 1
[reset]) (Freetronics
OLED)
Device Procedures
4
LD50T6160
• Type: Color OLED
• Dimension: 160x128
• Color Depth: 18 Bit
• Interfaces: 6 Bit parallel
Arduino Constructor
Constructor Description
Ucglib_LD50T6160_18x160x128_6Bit
6 Bit parallel
ucg( d0, d1, d2, d3,
d4, d5, wr, cd,
[cs], [reset])
Device Procedures
SEPS225
• Type: Color OLED
• Dimension: 96x64
• Color Depth: 16 Bit (Note: The display supports 18 bit, but the SPI
interface of the controller only allows 16 bit color depth with byte transfers)
• Interfaces: HW SPI, SW SPI
• Tutorial: n.a.
Arduino Constructor
Constructor Description
Ucglib_SEPS225_16x128x128_UNIVISION_SWSPI
Software SPI
ucg(sclk, data,
cd, cs, [reset])
Ucglib_SEPS225_16x128x128_UNIVISION_SWSPI
Hardware SPI
ucg(cd, cs,
[reset])