An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Socials badge for ESP32 Sunton 3248S035C

![Badge front](assets/badge_front.jpg)
![Badge back](assets/badge_back.jpg)

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`