Merge pull request #2471 from fherrera124/fherrera124-fix-st7920

Increment delay at the end of init secuence
This commit is contained in:
olikraus 2024-07-21 15:19:52 +02:00 committed by GitHub
commit a5f674fedd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ static const uint8_t u8x8_d_st7920_init_seq[] = {
U8X8_C(0x006), /* Entry mode: Cursor move to right ,DDRAM address counter (AC) plus 1, no shift */
U8X8_C(0x002), /* disable scroll, enable CGRAM adress */
U8X8_C(0x001), /* clear RAM, needs 1.6 ms */
U8X8_DLY(4), /* delay 2ms */
U8X8_DLY(10), /* delay 10ms */
U8X8_END_TRANSFER(), /* disable chip */