lilygo-ttgo-twatch-2020-micropython icon indicating copy to clipboard operation
lilygo-ttgo-twatch-2020-micropython copied to clipboard

:snake:MicroPython for LilyGO TTGO T-Watch-2020:snake:

Results 8 lilygo-ttgo-twatch-2020-micropython issues
Sort by recently updated
recently updated
newest added

Hi! Thank you for this great work. I would like to use it with the V2 and V3 twatch. What need to be done to make it compatible. Does it...

I'm experiencing a problem with the prebuilt firmware, and due to computer limitations I cannot build it myself. I've noticed whenever I attempt to upload *either* any example code listed...

Hi, I am just wondering if I did something wrong. I clone the 1.13 branch ``` git clone -b 1.13 --recursive https://github.com/OPHoperHPO/lilygo-ttgo-twatch-2020-micropython ``` and when I check the branch: ```...

As I am very new to microcontroller programming it would be a charm to have a binary version with the newer LVGL 8.x I don't get behind the process of...

@miketeachman published an i2s module targeting i2s audio on esp32, see https://github.com/micropython/micropython/pull/4471 and related examples: https://github.com/miketeachman/micropython-esp32-i2s-examples This would make a perfect addition to this nice T-Watch 2020 Micropython fork.

Very nice project! I have an issue with waking my device from sleep via the button like in `examples/ttgo/axp202_pek_sleep.py`. The failing line for me is probably this one: `esp32.wake_on_ext1((machine.Pin(35), ),...

Bonjour , some issues with AP / STA connection on last prebuild firmware. (MicroPython v1.9.4-2811-gf0cb439ba-dirty on 2020-07-23; LilyGO-TTGO-T-Watch-2020-V1 with ESP32) simple sketch never connect at local network : sta.isconnected() ==>...

bug

Here is a pull request to send raw data through IR and a SONY encoding implementation. The two functions has been tested and works correctly. I have a strange issue...