Search found 905 matches
- Mon Mar 16, 2026 2:05 pm
- Forum: General
- Topic: ESP32 _ S3 with ST7796 display
- Replies: 0
- Views: 34
ESP32 _ S3 with ST7796 display
Hi! I need an advice :D I am starting a project with the ESP32_S3 Dev and st7796 SPI display. For long time ago Ben recommend to use the pin pin Channel 1 - HSPI MOSI = 13 MISO = 12 CLK = 14 Channel 2 - VSPI MOSI = 23 MISO = 19 CLK = 18 for fast display using ESP32 Dev1 https://www.flowcode.co.uk/fo...
- Wed Mar 04, 2026 6:22 pm
- Forum: General
- Topic: Display manager!
- Replies: 8
- Views: 1843
Re: Display manager!
Hi Ben!
No sorry
Perfect
Many many thank´s, now it work, why have I overseen this. Now I can take next step and continue. As I mention, there are many advantages with Disp.manager.
Jorgen
No sorry
Perfect
Many many thank´s, now it work, why have I overseen this. Now I can take next step and continue. As I mention, there are many advantages with Disp.manager.
Jorgen
- Wed Mar 04, 2026 5:15 am
- Forum: General
- Topic: Display manager!
- Replies: 8
- Views: 1843
Re: Display manager!
Hi Ben!
Thank´s.
See what you mean with your examble. Vhen I press "Voltmeter" in main Sceneo It shift to
Scene1, but emediately it jump back to Scene0 again, in simulation and also
in "real world on the display. Just like the IF function don´t care the command?
Br Jorgen
Thank´s.
See what you mean with your examble. Vhen I press "Voltmeter" in main Sceneo It shift to
Scene1, but emediately it jump back to Scene0 again, in simulation and also
in "real world on the display. Just like the IF function don´t care the command?
Br Jorgen
- Mon Mar 02, 2026 6:45 pm
- Forum: General
- Topic: Display manager!
- Replies: 8
- Views: 1843
Re: Display manager!
Hi Steve and Ben! Thank´s for fast reply. My English is probably not very good, so my explanation may not be easy to understand :lol: . What I want is to be able to choose a Scene, for example a voltmeter, and then it should stay in that scene until I select Scene 0 again, go back. I have a “basic” ...
- Sun Mar 01, 2026 3:59 pm
- Forum: General
- Topic: Display manager!
- Replies: 8
- Views: 1843
Display manager!
Hi! I am practicing with the "Display Manager" based on the examble´s, and I am starting to understand how it works. :lol: When I change Scene (DC_Touched), I would like to stay in that scene and “do something” — remain inside a loop, use counters, sensors, etc., and read values. That part...
- Sat Feb 21, 2026 9:49 pm
- Forum: General
- Topic: Bagground in Display ST7796
- Replies: 0
- Views: 1153
Bagground in Display ST7796
Hi! In the attached program, I have created some rounded buttons. The frame that I made is intended to be grey. Please try running my test program — it works correctly in simulation and appears exactly as I want it. However, when I program the chip, the entire background becomes grey. If I test the ...
- Mon Feb 16, 2026 11:37 am
- Forum: Bug Reports
- Topic: Simulation cannot be stopped
- Replies: 5
- Views: 1386
Re: Simulation cannot be stopped
Hi! I am experiencing the same issues as well. Sometimes when I create a new project with various components on the 2D dashboard and try to start the simulation, some LEDs and switches do not work. If I use "Step into", I’m lucky that they work, and sometimes if I save the project and open...
- Sun Feb 08, 2026 9:34 am
- Forum: General
- Topic: GLCD Display Manager Overhaul
- Replies: 23
- Views: 10529
Re: GLCD Display Manager Overhaul
Hi Ben! I have made some test. The WS2812 component work perfect i real world after the 1mS delay before refresh as you said, tested on a Nano and in a ESP32 S3 too, the onboard led also work :) But If I start a new project with the WS component, and I added it to 2D, the LED are squared and not wor...
- Fri Feb 06, 2026 1:27 pm
- Forum: General
- Topic: GLCD Display Manager Overhaul
- Replies: 23
- Views: 10529
Re: GLCD Display Manager Overhaul
Again thank´s Ben, I will test and you hear.
Jorgen
Jorgen
- Fri Feb 06, 2026 1:25 pm
- Forum: General
- Topic: Scene Display manager
- Replies: 2
- Views: 1058
Re: Scene Display manager
Hi Ben Thank you very much, Ben, for the information. I will test it and get back to you. Yes, I am currently learning to work with Display Manager. Compared to how I previously built projects using an ILI display and the XPT2046 touch controller, Display Manager makes it much faster to create touch...