JohnySeven/TWatchSK

Display Brightness doesn't show up

Closed this issue ยท 13 comments

Display view doesn't show the "Display Brightness". Using a V3.0 Watch

Can you take a picture of what that screen looks like, and post it here, please?

This is how the screen looks like.
image

Ah, yes. Now that I see it, I remember - I removed that setting with #80. It was no longer useful, as you can read in the PR description.

I can't get my watch to toggle any brightness. Don't know what brightness level I have, but it's to dark and I can't make it brighter.

IMG_7494.MOV

You've metioned you have V3 watch, right? The code is tested and works fine on V1, let me see if there is something I can do.

There are different Pins for running backlight on each version unfortunatelly. Will have to make V1-V3 firmwares, that would take few days and also TWatchSKDesigner will need to be updated to allow user to select correct version.

Fantastic if that could be done! We are a long time cruisers and I love my SignalK server, extend it to a Twatch is something that will be very useful. Our yacht Sigrid af Skane at anchor.

image

Nice, will hopefully have something this weekend done.

Did a quick fix and changed the .h files in .pio\libdeps\ttgo-t-watch\TTGO TWatch Library\src\board

Changed the: TWATCH_TFT_BL (gpio_num_t)12 to
TWATCH_TFT_BL (gpio_num_t)12PIN 15

Works on my V3 now.

@PatrikOls I've finally managed to add support for V2 and even V3 - as I don't have hardware yet I can't test the Firmware on real device. May I ask you to download recent version of TWatchSK Designer for your OS: at https://github.com/JohnySeven/TWatchSKDesigner/releases/tag/v1.1 and test the current firmware uploaded via designer?

Note: during firmware upload please don't check "Clear device flash prior upload" as it would erase SPIFSS and your settings would get lost.

Thanks,
Jan

@PatrikOls also PR #88 contains compilation support for V3 variant, feel free to try compiling the code and even respond to the PR with any issues or success!

Have now tested using my TWatch V3and it works great! I used the TWatchSk Designer on Windows 11 with success.
Have also compiled and upload the firmware using Windows 11 with success.

Had to lower the upload speed to get the firmware to be uploaded when using Windows.

image

Many thanks!!!!

Great, glad it works, please feel free to post any issues or new feature requests if you have one.

As it all works fine, I'm closing this one.

Thanks!