display:
- platform: st7789v
model: CUSTOM
height: 284
width: 76
offset_height: 82
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <Arduino.h> | |
| #include <U8x8lib.h> | |
| // Pin 16 OLED Reset | |
| // Pin 4,5 I2C | |
| // use Board "Wemos D1 Mini R2", 80Mhz, 4(3)MB Flash, 921600baud to flash | |
| U8X8_SSD1306_128X32_UNIVISION_HW_I2C u8x8(16); |