https://github.com/lululombard/esp32-touch-badge
A basic project to display QR code socials when pressed. I was wearing it @NFC2024
https://github.com/lululombard/esp32-touch-badge
esp32 sunton touchscreen
Last synced: 5 months ago
JSON representation
A basic project to display QR code socials when pressed. I was wearing it @NFC2024
- Host: GitHub
- URL: https://github.com/lululombard/esp32-touch-badge
- Owner: lululombard
- Created: 2024-02-12T08:55:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T18:42:39.000Z (over 2 years ago)
- Last Synced: 2024-03-12T19:54:49.521Z (over 2 years ago)
- Topics: esp32, sunton, touchscreen
- Language: C
- Homepage:
- Size: 6.47 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socials badge for ESP32 Sunton 3248S035C


For [PlatformIO](https://platformio.org/)
This is based on the [esp32-smartdisplay](https://github.com/rzeldent/esp32-smartdisplay) library that is intended to be used in [PlatformIO](https://platformio.org/).
See [https://github.com/rzeldent/esp32-smartdisplay](https://github.com/rzeldent/esp32-smartdisplay/) for more information about the driver library.
>[!WARNING]
>Do not forget to clone this repository with submodules: ```git clone --recurse-submodules```!
>This is required to also have the latest version of the [Sunton boards definitions](https://github.com/rzeldent/platformio-espressif32-sunton).
## Notes
All the UI was made with SquareLine.
If the touch display is rotated weirdly, make sure to change `-DTOUCH_SWAP_XY=true` to `-DTOUCH_SWAP_XY=false` in `platformio.ini`