This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:iot-open:practical:hardware:sut:esp32:emb7_1 [2024/04/09 13:40] – [FAQ] pczekalski | en:iot-open:practical:hardware:sut:esp32:emb7_1 [2024/06/29 15:54] (current) – [Prerequisites] pczekalski | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <todo @pczekalski> | ||
====== EMB7: Using OLED display ===== | ====== EMB7: Using OLED display ===== | ||
This scenario presents how to use the OLED display. Our OLED display is an RGB (16bit colour, 64k colours) 1.5in, 128x128 pixels. The OLED chip is SSD1351, and it is controlled over the SPI interface using the following pin configuration: | This scenario presents how to use the OLED display. Our OLED display is an RGB (16bit colour, 64k colours) 1.5in, 128x128 pixels. The OLED chip is SSD1351, and it is controlled over the SPI interface using the following pin configuration: | ||
Line 17: | Line 16: | ||
<code ini> | <code ini> | ||
lib_deps = | lib_deps = | ||
- | adafruit/ | + | adafruit/ |
adafruit/ | adafruit/ | ||
</ | </ | ||
Line 214: | Line 213: | ||
+ | <WRAP noprint> | ||
===== Project information ===== | ===== Project information ===== | ||
{{: | {{: | ||
Line 230: | Line 230: | ||
{{: | {{: | ||
</ | </ | ||
- | + | </ | |
- | + |