We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb7e00 commit 5698dbfCopy full SHA for 5698dbf
components/ugfx/drivers/gdisp/SSD1331/gdisp_lld_SSD1331.c
@@ -92,7 +92,7 @@ static const uint8_t init_data[] = {
92
93
static const uint8_t gray_scale_table[] = {
94
SSD1331_GRAYSCALE,
95
- 0x02, 0x04, 0x06, 0x08, 0x0A, 0x0C, 0x0E, 0x10,
+ 0x02, 0x04, 0x06, 0x08, 0x0A, 0x0C, 0x0E, 0x10,
96
0x12, 0x15, 0x19, 0x1D, 0x21, 0x25, 0x2A, 0x30,
97
0x36, 0x3C, 0x42, 0x48, 0x50, 0x58, 0x60, 0x68,
98
0x70, 0x78, 0x82, 0x8C, 0x96, 0xA0, 0xAA, 0xB4
0 commit comments