SSD2119: readme fix
This commit is contained in:
parent
a900ab610c
commit
17a17421b4
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
Description:
|
||||
|
||||
Driver for LCD with 16-bit interface in 8080 mode (65k colors).
|
||||
Driver for LCD with 16-bit 8080 interface (65k colors).
|
||||
|
||||
To use this driver:
|
||||
|
||||
|
@ -14,7 +14,7 @@ To use this driver:
|
|||
Use the gdisp_lld_board_embest_dmstf4bb_fsmc.h file as a basis.
|
||||
Currently known boards are:
|
||||
BOARD_EMBEST_DMSTF4BB_FSMC - FSMC interface
|
||||
Board configuratios assume you have STM32_PWM_USE_TIM4 set to TRUE in your mcuconf.h.
|
||||
Board configuration assume that you have STM32_PWM_USE_TIM4 set to TRUE in your mcuconf.h.
|
||||
|
||||
d) The following are optional - define them if you are not using the defaults below:
|
||||
#define GDISP_SCREEN_WIDTH 320
|
||||
|
|
Loading…
Add table
Reference in a new issue