comments
This commit is contained in:
parent
badfd380bb
commit
2e3df53b14
|
@ -125,4 +125,5 @@ https://github.com/olikraus/u8g2 ChangeLog
|
|||
* Performance optimization for SSD1322/25/27 (issue 302)
|
||||
* Support for 96x16 SSD1306 OLED (issue 295)
|
||||
* Fixed OldStandard-Bold fonts (osb, issue 306)
|
||||
* Added sharp big S (issue 314)
|
||||
|
|
@ -321,6 +321,8 @@ uint8_t u8x8_d_sh1106_128x64_noname(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int,
|
|||
{
|
||||
case U8X8_MSG_DISPLAY_INIT:
|
||||
u8x8_d_helper_display_init(u8x8);
|
||||
/* maybe use a better init sequence */
|
||||
/* https://www.mikrocontroller.net/topic/431371 */
|
||||
u8x8_cad_SendSequence(u8x8, u8x8_d_ssd1306_128x64_noname_init_seq);
|
||||
break;
|
||||
case U8X8_MSG_DISPLAY_SETUP_MEMORY:
|
||||
|
|
Loading…
Reference in New Issue