Skip to content

Commit

Permalink
Add note about touch interface
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstoer committed Jun 22, 2023
1 parent 3e1529a commit 2e26961
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/guides/esp32-color-kit-grande.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,14 @@ Most importantly you will need to set the OpenWeatherMap API key ([how to get ke
- Hit the PlatformIO icon on the navigation bar on the left side (alien face).
- Select the ==Platform== > ==Upload Filesystem Image== task. You only need to do this once.
- Select the ==General== > ==Upload and Monitor== task. You do this **every time you change code or configuration**.

## Writing your own application

Use the code in our sample project as a starting point or reference to build your own application.
In particular, see the configuration in `platformio.ini` and `src/settings.h` for pin assignments.

### Touch interface

The sample application does not currently make use of the touch interface.
However, the code does initialize it to ensure it is wired up correctly (`display.h#initTouchScreen`).
Furthermore, there is a commented out snippet at the end of `loop()` that shows how to obtain touch coordinates.

0 comments on commit 2e26961

Please sign in to comment.