Skip to content

Commit 5698dbf

Browse files
committed
ugfx: ssd1331 driver tab
1 parent bbb7e00 commit 5698dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ugfx/drivers/gdisp/SSD1331/gdisp_lld_SSD1331.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ static const uint8_t init_data[] = {
9292

9393
static const uint8_t gray_scale_table[] = {
9494
SSD1331_GRAYSCALE,
95-
0x02, 0x04, 0x06, 0x08, 0x0A, 0x0C, 0x0E, 0x10,
95+
0x02, 0x04, 0x06, 0x08, 0x0A, 0x0C, 0x0E, 0x10,
9696
0x12, 0x15, 0x19, 0x1D, 0x21, 0x25, 0x2A, 0x30,
9797
0x36, 0x3C, 0x42, 0x48, 0x50, 0x58, 0x60, 0x68,
9898
0x70, 0x78, 0x82, 0x8C, 0x96, 0xA0, 0xAA, 0xB4

0 commit comments

Comments
 (0)