MarlinFirmware / U8glib-HAL

Customized U8glib for use in Marlin 2.0
Other
45 stars 33 forks source link

Add sleep support for st7920, mini12864, dogs102 #30

Closed luxflow closed 2 years ago

luxflow commented 2 years ago

upstream PR: https://github.com/olikraus/u8glib/pull/520

Add display sleep support for st7920, mini12864, dogs102 This will help adding new display for marlin screen timeout feature https://github.com/MarlinFirmware/Marlin/pull/23927

thinkyhead commented 2 years ago

@luxflow — I wonder if we should migrate some of the custom init code from MarlinFirmware/Marlin/src/lcd/dogm into this library instead. There might be some overlap, and moving those files into this library would help to clarify which displays are using which init sequences, etc.