Update README

This commit is contained in:
lewishe 2023-02-27 17:06:25 +08:00
commit 10037cb2c8

View file

@ -7,6 +7,14 @@
- `TBEAM-S3-CORE` uses `SH1106` by default. Please do not run the `SSD1306` example on `TBEAM-S3-CORE`
- For more examples, please refer to U8g2/examples
## TBEAM-V1.x
- `TBEAM-V1.x` The SSD1306 driver screen is used by default. If the SH1106 screen is used, please comment cancellation
```
// #define DISPLAY_ MODEL U8G2_ SH1106_ 128X64_ NONAME_ F_ HW_ I2C
```
## Other model uses SSD1306 display model
- [esp8266-oled-ssd1306](https://github.com/ThingPulse/esp8266-oled-ssd1306)