Text console library for ST7565 graphics LCD controller over SPI interface.
Dependents: TextLCD_ST7565SPI_Test OpPanel_Offline OpPanel_Offline_cmake_gcc_arm_NUCLEO_F303RENew
Revision 2:5a627a1745f2, committed 2015-05-25
- Comitter:
- kayekss
- Date:
- Mon May 25 15:43:27 2015 +0000
- Parent:
- 1:a32310f5dab1
- Commit message:
- Fixed comment
Changed in this revision
TextLCD_ST7565SPI.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/TextLCD_ST7565SPI.cpp Tue Mar 03 00:23:54 2015 +0000 +++ b/TextLCD_ST7565SPI.cpp Mon May 25 15:43:27 2015 +0000 @@ -7,6 +7,7 @@ #include "TextLCD_ST7565SPI.h" const uint8_t TextLCD_ST7565SPI::FONT_5X7[128][5] = { + // 00h..07h { 0x77, 0x55, 0x55, 0x55, 0x77 }, // unimplemented NUL { 0x77, 0x52, 0x52, 0x52, 0x76 }, // unimplemented SOH { 0x77, 0x54, 0x57, 0x51, 0x77 }, // unimplemented STX @@ -41,7 +42,7 @@ { 0x77, 0x24, 0x24, 0x24, 0x67 }, // unimplemented FS { 0x77, 0x25, 0x25, 0x27, 0x61 }, // unimplemented GS { 0x77, 0x24, 0x27, 0x24, 0x67 }, // unimplemented RS - { 0x74, 0x24, 0x27, 0x24, 0x67 }, // unimplemented US // 20h..27h + { 0x74, 0x24, 0x27, 0x24, 0x67 }, // unimplemented US // 20h..27h { 0x00, 0x00, 0x00, 0x00, 0x00 }, // SPC { 0x00, 0x00, 0x7d, 0x00, 0x00 }, // !