Have now tested many different settings whitout any luck so i continue to have psram disabled.
I should have 8M memory but i can get a faulty board or something else.
Search found 10 matches
- Wednesday 05 June 2024 17:29
- Forum: General Discussion
- Topic: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
- Replies: 216
- Views: 22358
- Sunday 02 June 2024 20:48
- Forum: General Discussion
- Topic: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
- Replies: 216
- Views: 22358
Re: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
About custom font, im from Sweden so i use åäö but we solved this erlier on Github and i think i can modify that now.
- Sunday 02 June 2024 20:43
- Forum: General Discussion
- Topic: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
- Replies: 216
- Views: 22358
Re: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
The crash happens when try to get Psram info if i disable the Psram line it works, maybe some config/bug for the ESP32S3 / Psram char Text[151]; lv_snprintf(Text, 150, "+ HEAP Memory Usable (Kb) %d, Max %d, Total %d\n", ESP.getMaxAllocHeap()/1024, ESP.getFreeHeap()/1024, ESP.getHeapSize()/1024 ...
- Sunday 02 June 2024 15:26
- Forum: General Discussion
- Topic: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
- Replies: 216
- Views: 22358
Re: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
I added #define GFX_BL 45 in driver file and i get picture :) , i have to change resolution to 800x481 because a white line at bottom (read this on the other link you find) But i cant swipe right (settings) screen get white and restart, swipe left is working. I upload a video here: (Havent fix the ...
- Sunday 02 June 2024 10:07
- Forum: General Discussion
- Topic: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
- Replies: 216
- Views: 22358
Re: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
Have done som testing now and i get no backlight so dont know if screen is working, touchdriver seems to work, i can calibrate screen according to log. No backlight no-backlight.jpg --- Terminal on COM5 | 115200 8-N-1 --- Available filters and text transformations: colorize, debug, default, direct ...
- Saturday 01 June 2024 15:01
- Forum: General Discussion
- Topic: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
- Replies: 216
- Views: 22358
Re: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
Super! i do some testing
- Saturday 01 June 2024 8:05
- Forum: General Discussion
- Topic: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
- Replies: 216
- Views: 22358
Re: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
I get this 7" displayboard and wonder if this can work with same software, do i have to make the driver myself? Panlee ZX7D00CE01S-V13 http://en.smartpanle.com/product-item-19.html https://www.aliexpress.com/item/1005006156603547.html data: https://img01.71360.com/file/read/www2/M00/44/23 ...
- Saturday 27 April 2024 16:42
- Forum: General Discussion
- Topic: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
- Replies: 216
- Views: 22358
Re: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
I manage to fix the Swedish font åäö to my project :-) I made new files (lv_font_montserrat_10.c + lv_font_montserrat_12.c) with the same input as the original (find the settings in top of the file) and then added the swedish fonts åäö ÅÄÖ with online converter https://lvgl.io/tools/fontconverter set ...
- Wednesday 04 November 2020 15:35
- Forum: Blockly
- Topic: My first blockly script
- Replies: 4
- Views: 587
Re: My first blockly script
Ok i do a test whitout the virtual switch and use variable instead, thanks for help so far
- Tuesday 03 November 2020 17:40
- Forum: Blockly
- Topic: My first blockly script
- Replies: 4
- Views: 587
My first blockly script
Hi, i am complety novise on this script thing and i have start to setup Domoticz on a Raspberry with some switches and have try this scripts and its seems to work but is it correct? First i found this example and i created a virtual switch if its night or not natt.JPG Then i want to start lightgroup ...