Hexiwear / Mbed OS Hexi_Click_IRThermo_Example

Dependencies:   Hexi_KW40Z Hexi_MLX90614 Hexi_OLED_SSD1351

Fork of Hexi_Click_IRThermo_Example by Hexiwear

Files at this revision

API Documentation at this revision

Comitter:
GregC
Date:
Thu Nov 03 21:57:48 2016 +0000
Parent:
4:43e682f7fde8
Commit message:
Very advanced Click IR Thermo example for Hexiwear featuring OLED Display, Bluetooth, Cloud and Touch

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Oct 27 20:15:40 2016 +0000
+++ b/main.cpp	Thu Nov 03 21:57:48 2016 +0000
@@ -151,7 +151,7 @@
     oled.FillScreen(COLOR_BLACK);
     
      /* Turn on the backlight of the OLED Display */
-    oled.DimScreenON();
+//    oled.DimScreenON();
        
     oled.DrawImage(blue1,0,0);          // Fill 96px by 96px Screen with 96px by 96px NXP Image starting at x=0,y=0
     wait(0.5);