JohnySeven / TWatchSK

TTGO T-Watch 2020 v1 supporting Signal K features for displaying boat data and controlling devices on board.
MIT License
9 stars 1 forks source link

Display Brightness doesn't show up #87

Closed PatrikOls closed 2 years ago

PatrikOls commented 2 years ago

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

ba58smith commented 2 years ago

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

PatrikOls commented 2 years ago

This is how the screen looks like. image

ba58smith commented 2 years ago

Ah, yes. Now that I see it, I remember - I removed that setting with https://github.com/JohnySeven/TWatchSK/pull/80. It was no longer useful, as you can read in the PR description.

PatrikOls commented 2 years ago

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.

https://user-images.githubusercontent.com/99754864/154278017-aa9f78ff-45a6-4808-b60d-fc4dd841464d.MOV

JohnySeven commented 2 years ago

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.

JohnySeven commented 2 years ago

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.

PatrikOls commented 2 years ago

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

JohnySeven commented 2 years ago

Nice, will hopefully have something this weekend done.

PatrikOls commented 2 years ago

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.

JohnySeven commented 2 years ago

@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

JohnySeven commented 2 years ago

@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!

PatrikOls commented 2 years ago

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!!!!

JohnySeven commented 2 years ago

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!