Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

Revision:
13:5414193da1de
Parent:
10:1b37e3b41947
Child:
39:13e66d087ae9
Child:
41:5a436163dddf
--- a/Tftlcd.cpp	Thu Aug 23 14:23:46 2018 +0000
+++ b/Tftlcd.cpp	Mon Aug 27 16:32:50 2018 +0000
@@ -780,12 +780,12 @@
     tft2.init            ();
     if (! BmpReadHeader  ()) {log("bad bmp\r\n"); /*return -1; */} ;
     DrawBmpFromFlash     (20, 10);
-    tft2.drawString      (12, 80 , "TERMINAL SMART_TOOL MISNET");
+    tft2.drawString      (12, 80 , "SMART TERMINAL MISNET");
     tft2.drawRectangle   (05, 70 , 230, 105, GREEN);
     tft2.drawRectangle   (05, 125, 230, 175, RED);
     tft2.drawRectangle   (05, 185, 230, 270, BLUE);
     tft2.drawRectangle   (05, 280, 230, 310, YELLOW);
-    sprintf             (bufferDisplay, "FCh_%3.1f", FIRMWARE_VERSION)      ;   tft2.drawString      (180,50,bufferDisplay);
+    sprintf             (bufferDisplay, "PaD_%3.1f", FIRMWARE_VERSION)      ;   tft2.drawString      (180,50,bufferDisplay);
     sprintf             (bufferDisplay, "ID Terminal  : %1d ", ID_TERMINAL) ;   tft2.drawString      (40,130,bufferDisplay);
     sprintf             (bufferDisplay, "ID Gateway   : %1d ", ID_GATEWAY ) ;   tft2.drawString      (40,150,bufferDisplay);
 }