Search found 6 matches

by muzgog
Mon Jul 24, 2023 4:12 pm
Forum: ESP-IDF
Topic: Cmake issues
Replies: 4
Views: 1513

Re: Cmake issues

Really appreciate your help. I did not get it working but I will troubleshoot it with the information you have provided me. My ui is from squareline and it displays correctly, but I want a squareline/lvgl slider to work with some code that I already have defined in my main.cpp. Figured it wouldn't b...
by muzgog
Mon Jul 24, 2023 2:55 pm
Forum: ESP-IDF
Topic: Cmake issues
Replies: 4
Views: 1513

Re: Cmake issues

Thank you Igrr for your response. I believe I have already done that with no luck, maybe I am missing something? I forgot to provide my cmakecode so here it is: Cmakelist.txt in main #add_subdirectory(ui) idf_component_register(SRCS "main.cpp" "widgets/tux_panel.c" "images/dev_bg.c" #"ui/ui.c" # Sta...
by muzgog
Mon Jul 24, 2023 1:47 pm
Forum: ESP-IDF
Topic: Cmake issues
Replies: 4
Views: 1513

Cmake issues

Hey everyone, I have a question which is heavily geared towards Cmake. I've done a lot of research on the topic but can't seem to find a solution. My project Structure is as follows: Proj: -main(main folder) -main.cpp/.hpp(file inside main) -cmakelist.txt(file inside main -ui(folder inside main) -ui...
by muzgog
Fri Jul 14, 2023 3:40 pm
Forum: ESP-IDF
Topic: device to server websocket communcation
Replies: 0
Views: 751

device to server websocket communcation

Hey everyone, I have been working with the websocket aspect of the ESP and I am running into an issue. I have created an http server that performs various tasks, but the issue I am having is getting the html page to update without having to refresh it. Currenly i have created an html table on the se...
by muzgog
Mon Jun 26, 2023 2:52 pm
Forum: ESP-IDF
Topic: esp32s3 parallel display config errors
Replies: 2
Views: 1509

Re: esp32s3 parallel display config errors

Unfortunately that did not fix the issue. Still have random lines in the display and display not using the entire screen(when I have tried swapping both X and Y resolutions)
by muzgog
Thu Jun 22, 2023 1:46 pm
Forum: ESP-IDF
Topic: esp32s3 parallel display config errors
Replies: 2
Views: 1509

esp32s3 parallel display config errors

Hey everyone, I have been working with the esp32s3 Parallel TFT w/ touch 3.5 for about a month now. I know the device works because I used https://github.com/sukesh-ak/ESP32-TUX and got it up and running and made my own little demo using it. I am trying to create a custom board so I can use it for s...