This commit is contained in:
olikraus 2017-03-10 05:49:19 +01:00
parent fb2c7de37c
commit 9ef8f0c23c
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
static const uint8_t u8x8_d_ssd1329_128x96_nhd_init_seq[] = {
static const uint8_t u8x8_d_ssd1329_128x96_noname_init_seq[] = {
U8X8_START_TRANSFER(), /* enable chip, delay is part of the transfer start */
@ -172,7 +172,7 @@ static uint8_t u8x8_d_ssd1329_128x96_generic(u8x8_t *u8x8, uint8_t msg, uint8_t
*/
case U8X8_MSG_DISPLAY_INIT:
u8x8_d_helper_display_init(u8x8);
u8x8_cad_SendSequence(u8x8, u8x8_d_ssd1329_128x96_nhd_init_seq);
u8x8_cad_SendSequence(u8x8, u8x8_d_ssd1329_128x96_noname_init_seq);
break;
case U8X8_MSG_DISPLAY_SET_POWER_SAVE:
if ( arg_int == 0 )