olikraus / ucglib

Arduino True Color Library for TFTs and OLEDs
https://github.com/olikraus/ucglib/wiki
Other
261 stars 76 forks source link

Support power down for all display types #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

all ucg_dev_ic... should  support power down.

Original issue reported on code.google.com by olikr...@gmail.com on 8 Jun 2014 at 12:41

GoogleCodeExporter commented 9 years ago

Original comment by olikr...@gmail.com on 24 Aug 2014 at 7:41

olikraus commented 9 years ago

ok, this needs to be checked. Maybe write an example for this. Unsupported are: ucg_dev_ic_st7735.c ucg_dev_ic_ssd1351.c ucg_dev_ic_pcf8833.c ucg_dev_ic_ld50t6160.c ucg_dev_ic_ili9341.c ucg_dev_ic_ili9325.c

olikraus commented 9 years ago

Test with PowerDown.ino

ucg_dev_ic_st7735.c --> implemented & tested ucg_dev_ic_ssd1351.c --> implemented & tested ucg_dev_ic_pcf8833.c --> implemented & tested ucg_dev_ic_ld50t6160.c --> implemented & tested ucg_dev_ic_ili9341.c --> implemented & tested ucg_dev_ic_ili9325.c

olikraus commented 9 years ago

done