Ecran double sur port I2C
Dependencies: Adafruit_GFX TextLCD
Revision 4:b823c5f2780e, committed 2022-05-30
- Comitter:
- diltech
- Date:
- Mon May 30 00:27:58 2022 -0400
- Branch:
- develop
- Parent:
- 3:c2624f352610
- Commit message:
- revision
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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();