adafruit / tinyuf2

UF2 bootloader based on TinyUSB for embedded devices such as ESP32S2, STM32F4 and iMX RT10xx
MIT License
314 stars 172 forks source link

Add LILYGO T-Watch-S3 #399

Closed bill88t closed 1 month ago

bill88t commented 1 month ago

Checklist

By completing this PR sufficiently, you help us to review this Pull Request quicker and also help improve the quality of Release Notes

This checklist items that are not applicable to your PR can be deleted.


Description of Change

Board added: LILYGO T-Watch-S3

Pending USB VID PR: https://github.com/espressif/usb-pids/pull/168 CircuitPython PR: https://github.com/adafruit/circuitpython/pull/9480

The display is working as intended, however I do not know how to define rotation.

Note: I am not affiliated with the manufacturer.

bill88t commented 1 month ago

The USB VID PR got merged.

This PR is ready, however if there is a way to rotate the display, please let me know.

tannewt commented 1 month ago

The display is working as intended, however I do not know how to define rotation.

I suspect it is done through the MADCTRL define. You'll want to look in the ST7789V datasheet for how to set that value. Want me to merge before you sort that out?

bill88t commented 1 month ago

No, there isn't a reason to rush this. I'll look into the defines. Thanks!

bill88t commented 1 month ago

Alright, the display is now rotated properly. This is ready to go.