Skip to content

Commit 111f25a

Browse files
committed
removed 0x21 and 0x22 as stated in the datasheet, #2496
1 parent e358ae8 commit 111f25a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csrc/u8x8_d_ch1120.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ static const uint8_t u8x8_d_ch1120_128x160_noname_init_seq[] = {
233233
U8X8_START_TRANSFER(), /* enable chip, delay is part of the transfer start */
234234

235235
U8X8_C(0x0ae), /* display off */
236-
U8X8_CAA(0x21, 0x00, 0x1f), /* Set Column Start/End Address of Display RAM, mono mode */
237-
U8X8_CAA(0x22, 0x00, 0x4f), /* Set Row Start/End Address of Display RAM, mono mode */
236+
//U8X8_CAA(0x21, 0x00, 0x1f), /* Set Column Start/End Address of Display RAM, mono mode */
237+
//U8X8_CAA(0x22, 0x00, 0x4f), /* Set Row Start/End Address of Display RAM, mono mode */
238238
U8X8_CA(0x0a2, 0x000), /* display start */
239239
U8X8_CA(0x081, 0x08f), /* set contrast control */
240240
U8X8_CA(0x0ac, 0x001), /* mono mode, or 0x003???*/

0 commit comments

Comments
 (0)