mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-15 02:37:53 -06:00
✨ Graphical Display Sleep
MarlinFirmware/Marlin#23992 Co-Authored-By: borland1 <3272058+borland1@users.noreply.github.com>
This commit is contained in:
parent
151d595887
commit
9d4ff30bd6
279 changed files with 3069 additions and 0 deletions
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1718,6 +1718,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1713,6 +1713,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1702,6 +1702,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1717,6 +1717,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1711,6 +1711,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1710,6 +1710,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1710,6 +1710,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1710,6 +1710,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1705,6 +1705,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1710,6 +1710,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1710,6 +1710,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1710,6 +1710,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1710,6 +1710,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
|
@ -1709,6 +1709,17 @@
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
//#define USE_SMALL_INFOFONT
|
//#define USE_SMALL_INFOFONT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Graphical Display Sleep
|
||||||
|
*
|
||||||
|
* The U8G library provides sleep / wake functions for SH1106, SSD1306,
|
||||||
|
* SSD1309, and some other DOGM displays.
|
||||||
|
* Enable this option to save energy and prevent OLED pixel burn-in.
|
||||||
|
* Adds the menu item Configuration > LCD Timeout (m) to set a wait period
|
||||||
|
* from 0 (disabled) to 99 minutes.
|
||||||
|
*/
|
||||||
|
//#define DISPLAY_SLEEP_MINUTES 2 // (minutes) Timeout before turning off the screen
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
* the ST7920 character-generator for very fast screen updates.
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue