Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
esp32:esp32_main [2018/02/23 15:14]
admin [WeMos ESP32 OLED Board]
esp32:esp32_main [2018/02/23 15:15]
admin [WeMos ESP32 OLED Board]
Line 30: Line 30:
     pin4 - SCL     pin4 - SCL
 The I2C address of the screen is 0x3c.\\ The I2C address of the screen is 0x3c.\\
 +    #include "SSD1306.h" 
 +    SSD1306  display(0x3c, 5, 4);
  
 Librarie:\\ Librarie:\\