diff options
author | Mateusz Tomaszkiewicz <silentdemon@gmail.com> | 2013-04-04 00:21:10 +0200 |
---|---|---|
committer | Mateusz Tomaszkiewicz <silentdemon@gmail.com> | 2013-04-04 00:21:10 +0200 |
commit | 17a17421b4d10f460f8d15fa7508a587207e1448 (patch) | |
tree | 437f465628410b17c705c852fb47b153714c1c0d | |
parent | a900ab610c7ed54e52ae0d618f177817c54be77e (diff) | |
download | uGFX-17a17421b4d10f460f8d15fa7508a587207e1448.tar.gz uGFX-17a17421b4d10f460f8d15fa7508a587207e1448.tar.bz2 uGFX-17a17421b4d10f460f8d15fa7508a587207e1448.zip |
SSD2119: readme fix
-rw-r--r-- | drivers/gdisp/SSD2119/readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gdisp/SSD2119/readme.txt b/drivers/gdisp/SSD2119/readme.txt index 32a7b04a..371df813 100644 --- a/drivers/gdisp/SSD2119/readme.txt +++ b/drivers/gdisp/SSD2119/readme.txt @@ -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 |