Noam Nahum
/
ForOfek
Lcd display
Revision 3:4c564ed930fc, committed 2021-06-07
- Comitter:
- noamnahum
- Date:
- Mon Jun 07 21:36:58 2021 +0000
- Parent:
- 2:5e42a3c4fd80
- Commit message:
- For ofek
Changed in this revision
Communicator.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5e42a3c4fd80 -r 4c564ed930fc Communicator.cpp --- a/Communicator.cpp Thu Apr 22 10:47:19 2021 +0000 +++ b/Communicator.cpp Mon Jun 07 21:36:58 2021 +0000 @@ -1,18 +1,6 @@ #include "mbed.h" #include "SerialLCD.h" - SerialLCD lcd(PA_9); - -uint8_t smiley[8] = { - 0x00, - 0x11, - 0x00, - 0x00, - 0x11, - 0x0E, - 0x00 -}; - int main() { lcd.clear(); @@ -36,12 +24,6 @@ lcd.clear(); wait(3); - lcd.clearLine(1); - lcd.printf("New Char Test"); - lcd.setCursor(2, 1); - lcd.createChar(1, smiley); - lcd.printCustomChar(1); - wait(3); lcd.clearLine(1); lcd.printf("Cursor Test");