Skip to content

Commit 187e2ce

Browse files
authored
Merge pull request #1479 from RetiredWizard/tomldoc
Document settings.toml parameters for Sunton_2432S028 and Makerfabs_tft7
2 parents bbe6ce0 + d2ebd53 commit 187e2ce

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

_board/makerfabs_tft7.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ features:
1717

1818
This ESP32 S3 7-inch IPS display could be an ideal displayer& controller for IOT applications. It has 2 versions: High-resolution version 800*480, and Ultra High-resolution version 1024*600; Display on both versions is IPS, and the display effect is beautiful, together with 5 points capacitive touch, great for applications such as home automation; There on-board SD card, to make it possible to record/play filed data. Also, there 2 Mabee/ Grove connectors, so the users can connect kinds of sensors to this board, to create personal prototype projects instantly.
1919

20+
Depending on your board variant you may need to:
21+
- select the correct screen resolution using CIRCUITPY_DISPLAY_WIDTH in [settings.toml](https://docs.circuitpython.org/en/latest/docs/environment.html).
22+
2023
### Specs:
2124

2225
- Controller: ESP32-S3-WROOM-1, PCB Antenna, 16MB Flash, 8MB PSRAM, ESP32-S3-WROOM-1-N16R8

_board/sunton_esp32_2432S028.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ family: esp32
1111

1212
Sunton ESP32-2432S028 Development Board, Based on ESP32-D0WDQ6 MCU. With 2.8" 65K Color Touch LCD. Supports Wifi & Bluetooth. User accessable GPIO ports. SD card slot.
1313

14-
Depending on your board, you may need to hold down the **BOOT** button while programming.
14+
Depending on your board variant you may need to
15+
- hold down the **BOOT** button while programming
16+
- adjust the screen rotation using CIRCUITPY_DISPLAY_ROTATION in [settings.toml](https://docs.circuitpython.org/en/latest/docs/environment.html).
1517

1618
## Technical details
1719

0 commit comments

Comments
 (0)