ystrem / u8glib

Automatically exported from code.google.com/p/u8glib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add commands for display sleep mode

GoogleCodeExporter opened this issue · comments

sleep and wake up sequence

Original issue reported on code.google.com by olikr...@gmail.com on 4 Jan 2013 at 8:31

Original comment by olikr...@gmail.com on 27 Jan 2013 at 6:44

  • Added labels: Milestone-1.11
  • Removed labels: Milestone-1.10
void u8g_SleepOn(u8g_t *u8g);
void u8g_SleepOff(u8g_t *u8g);
added

Original comment by olikr...@gmail.com on 23 Feb 2013 at 7:44

sleep modes are available for ST7565 and SSD13xx devices

Original comment by olikr...@gmail.com on 23 Feb 2013 at 9:54

Original comment by olikr...@gmail.com on 23 Feb 2013 at 9:57

  • Changed state: Verified