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
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/04/17 19:34]
admin
Line 2: Line 2:
  
 [[https://espressif.com/en/products/hardware/esp32/resources|Dokumentation and Datasheet]]\\ [[https://espressif.com/en/products/hardware/esp32/resources|Dokumentation and Datasheet]]\\
 +
 +[[https://leanpub.com/kolban-ESP32|Kolban's Book on ESP32]]\\
 +
 +
 [[https://github.com/pcbreflux/espressif]]\\ [[https://github.com/pcbreflux/espressif]]\\
 {{:esp32:esp323_pinout_wroom_pinout.png?600|}}\\ {{:esp32:esp323_pinout_wroom_pinout.png?600|}}\\
Line 30: Line 34:
     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:\\