Skip to content

Commit

Permalink
update screens
Browse files Browse the repository at this point in the history
  • Loading branch information
dj1ch authored Jun 29, 2024
1 parent 0355482 commit e84a5db
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,22 @@ std::string Config::screen = "";
There are multiple different screen types available:

- `SSD1306`

- `SSD1305`

- `IDEASPARK_SSD1306`

- `WEMOS_OLED_SHIELD`

- `CYD`

- `T_DISPLAY_S3`

- `M5StickCP`

- `M5StickCP2`

- `M5Cardputer`

Set `bool Config::display = false;` to true, and `std::string Config::screen = "<YOUR_SCREEN_TYPE>";` to one of those screen types if your screen is supported.

Expand Down

0 comments on commit e84a5db

Please sign in to comment.