Ecran double sur port I2C

Dependencies:   Adafruit_GFX TextLCD

Branch:
develop
Revision:
4:b823c5f2780e
Parent:
2:9c3ea033af88
diff -r c2624f352610 -r b823c5f2780e main.cpp
--- a/main.cpp	Mon May 30 00:25:56 2022 -0400
+++ b/main.cpp	Mon May 30 00:27:58 2022 -0400
@@ -17,6 +17,7 @@
 int col = 0;
 
 int main() {
+
   // *********** Oled 128 x 64 *********
   int tickTime = 1000;
   oled.begin(SSD1306_SWITCHCAPVCC);
@@ -33,7 +34,7 @@
   lcd.setCursor(TextLCD::CurOff_BlkOff);
   lcd.cls();
   lcd.setBacklight(TextLCD::LightOn);
-  lcd.printf("  Thermal sonde\n");
+  lcd.printf(" Sonde thermale\n");
 
   while (true) {
     oled.clearDisplay();