Very interestingly informative video. Thank you very much
@BasementElectronics9 күн бұрын
I'm glad you enjoyed it. Thank you for watching
@ricksampson67804 ай бұрын
Most interesting, thanks for sharing this!
@BasementElectronics4 ай бұрын
As always, thank you for watching
@ricksampson67804 ай бұрын
@@BasementElectronics Cheers bro.
@Waveshare_Ruan4 ай бұрын
Thanks for sharing!
@BasementElectronics4 ай бұрын
Thanks for watching! Also, thanks for great documentation
@mtlpdo9401Ай бұрын
Thanks for the video. I don't get the LVGL_arduino file(downloaded from Github) as yours. The code has mised the libraried included and demos. Could you please share your LVGL file ? Thanks
@footlooselife50043 ай бұрын
Thanks for sharing. What settings did you use for the connection? I always get the "A fatal error occurred: Failed to write to target RAM (result was 01070000: Operation timed out)". I am on a mac and I cannot find any drivers on the waveshare website for this display? Any help is appreciated. Thanks a lot :)
@BasementElectronics2 ай бұрын
The wiki documentation (link in the description) does outline the needed settings. The really important piece - which got me too - is to make sure you are using version 2.0.12 of the board drivers. For some reason, even newer 2.0 versions seem to cause errors.
@Void_xplorerАй бұрын
when i run your version of lvgl I keep getting the LV_windows.c error
@sakethkollu4 ай бұрын
Did you get wake on motion working using the included libraries?
@sakethkollu4 ай бұрын
If so do you mind sharing some example code on how you got wake working? Would love the help :)
@BasementElectronics4 ай бұрын
I didn't get that far with it. I guess I have more playing to do
@m31527bio4 ай бұрын
Have you any example code to share?
@BasementElectronics4 ай бұрын
I added a link in the description to the demo software I used in the video
@kodiererg4 ай бұрын
Good battery options?
@BasementElectronics3 ай бұрын
As far as I can tell, it's a pretty standard setup to plug in a lithium battery and I'm pretty sure it has a charging management chip. I have no way of testing it though because I don't have a connector that fits what's on the board
@sugiartowibowo93602 ай бұрын
Have you ever experienced a blank screen using their LVGL code? I tried using the same LVGL version 8.3.10 and ESP32 Version 2.0.12 the result is blank screen.
@TheSporadicTraveler29 күн бұрын
I also get blank screen, trying to figure out why
@sugiartowibowo936029 күн бұрын
@@TheSporadicTraveler I managed to display in the end by changing the SPI controller to "#define USE_HSPI_PORT" on the file TFT_eSPI_Setups/Setup207_GC9A01.h
@BasementElectronics29 күн бұрын
Good tip. I've had trouble with SPI ports on the past as well