-
https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library/blob/master/src/board/lilypi_v1.h#L28
Shows 39 but the product page says it is 34
-
Currently TTGO_TWatch_Library bundles a pretty old version of BMA423-Sensor-API. It would be great to update it to the latest version available at https://github.com/BoschSensortec/BMA423-Sensor-API.
-
I love using TasmoCompiler. I tried to use the development version to build firmware for my ESP32S3.
By default TasmoCompiler sets "board = esp32s3-qio_qspi", I cannot override this parameter.
PSRAM…
-
In the Arduino IDE Examples> TTGO TWatch> BasicUnit> TwatcV2Special> GPSDisplay sketch, there are several write instructions to $PCAS commands.
write("$PCAS06,0*1B\r\n"); // version information
wri…
-
Hello there it's me again, I started to understand how the watch workw because studying it non stop for the last few days
I want now to show images on the watch but I have two problems here:
I only …
-
Hi,
I can upload a program to my watch, and this one works successfully :
``` cpp
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
}
void loop() {
//…
-
Bonjour ,
I have twatch-2020-V1 and V2(GPS QUECTEL L76K ans SD card , not LORA)
st7789 with micropython works fine on V1 but on V2 'hello world' show only vertical lines with some color (photo below…
-
T-WATCH v.2 IRremote and the Screen lights off.
Hi to everyone :-)
I have this issue sending an IR code. Everytime I send an IR, the screen lights off.
Here the code:
#define LILYGO_WATCH_20…
-
Hello there I have three questions today,
First: how can i print sprites on the T Watch ?
I searched a bit and think I need to define the sprite first using something like
'''
TFT_eSPI tft = TFT…
-
**Build tool used:**
- [x] Platformio (Visual Studio Code plugin)
- [ ] Platformio CLI
- [ ] Other
**used Hardware:**
- [x] TWatch 2020 or TWatch 2021
- [ ] M5Paper
- [ ] M5Core2
- […