sadasd
Fork of BSP_DISCO_F469NI by
Revision 3:0da40b2a139d, committed 2017-12-07
- Comitter:
- formulas
- Date:
- Thu Dec 07 16:51:49 2017 +0000
- Parent:
- 2:123b894b49dd
- Commit message:
- Integration with potentiometer;
Changed in this revision
Drivers/BSP/Components/otm8009a/otm8009a.c | Show annotated file Show diff for this revision Revisions of this file |
diff -r 123b894b49dd -r 0da40b2a139d Drivers/BSP/Components/otm8009a/otm8009a.c --- a/Drivers/BSP/Components/otm8009a/otm8009a.c Tue May 16 10:50:26 2017 +0200 +++ b/Drivers/BSP/Components/otm8009a/otm8009a.c Thu Dec 07 16:51:49 2017 +0000 @@ -143,7 +143,7 @@ const uint8_t ShortRegData37[] = {OTM8009A_CMD_COLMOD, OTM8009A_COLMOD_RGB565}; const uint8_t ShortRegData38[] = {OTM8009A_CMD_COLMOD, OTM8009A_COLMOD_RGB888}; const uint8_t ShortRegData39[] = {OTM8009A_CMD_MADCTR, OTM8009A_MADCTR_MODE_LANDSCAPE}; -const uint8_t ShortRegData40[] = {OTM8009A_CMD_WRDISBV, 0x7F}; +const uint8_t ShortRegData40[] = {OTM8009A_CMD_WRDISBV, 0xFF}; const uint8_t ShortRegData41[] = {OTM8009A_CMD_WRCTRLD, 0x2C}; const uint8_t ShortRegData42[] = {OTM8009A_CMD_WRCABC, 0x02}; const uint8_t ShortRegData43[] = {OTM8009A_CMD_WRCABCMB, 0xFF};