-
Notifications
You must be signed in to change notification settings - Fork 77
gallery
olikraus edited this page Jul 26, 2015
·
5 revisions
A nice 128x128 OLED Module with SEPS225 controller. Support added in Ucglib 1.3. The brightness difference of the background blue color is caused by the short exposure time of the picture.
Added to version 1.3 of Ucglib: Support for SSD1331 OLEDS. Usually OLEDs with this controller are very small. The Ucglib logo does not fully fit on this 96x64 display. The picture shows a WaveShare 96x64 OLED.
A 128x128 TFT with ILI9163 controller connected to Arduino Due:
Ucglib_ILI9163_18x128x128_SWSPI ucg(/*sclk=*/ 7, /*data=*/ 6, /*cd=*/ 5 , /*cs=*/ 3, /*reset=*/ 4);