Search found 910 matches

by jgu1
Tue Mar 24, 2026 6:48 pm
Forum: General
Topic: Compare strings!
Replies: 7
Views: 341

Re: Compare strings!

Hi Ben!

Sorry, I am not so good to explain. I think if you look at the att picture you see what I mean I could not see the " F§ " in FC11 I have not expand the window in FC11 :lol:
Sorry for the inconvenience :) and thak´s

Br Jorgen
by jgu1
Tue Mar 24, 2026 4:30 pm
Forum: General
Topic: Compare strings!
Replies: 7
Views: 341

Re: Compare strings!

Hi Steve! Thank you for your explanation and examble, I will play and test your tip it make sense, for me, thank´s :D In FC10 it is possible to to call/add the compare string from the If decision (f§) in the drop down list, it is not visible in F11, I have to add a Calculation box and find it this w...
by jgu1
Mon Mar 23, 2026 8:03 pm
Forum: General
Topic: Compare strings!
Replies: 7
Views: 341

Re: Compare strings!

Thank you Ben :lol:
by jgu1
Mon Mar 23, 2026 7:52 pm
Forum: General
Topic: Compare strings!
Replies: 7
Views: 341

Compare strings!

Hi all! Inside an If decision I can write: String_One = String_Two, it working. In Built_in_funktion fs is the CompareS( ), how do I use this in an If funktion I have test with CompareS( String_One, String_Two ) and more attemp? I have seach in Wiki but can´t find examble and what is best :) Thank´s
by jgu1
Tue Mar 17, 2026 7:14 pm
Forum: General
Topic: ESP32 _ S3 with ST7796 display
Replies: 3
Views: 326

Re: ESP32 _ S3 with ST7796 display

Hi Ben!

Working perfect, full speed, thank you ;)

Br Jorgen
by jgu1
Mon Mar 16, 2026 2:05 pm
Forum: General
Topic: ESP32 _ S3 with ST7796 display
Replies: 3
Views: 326

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...
by jgu1
Wed Mar 04, 2026 6:22 pm
Forum: General
Topic: Display manager!
Replies: 8
Views: 2103

Re: Display manager!

Hi Ben!

No sorry

Perfect :D

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
by jgu1
Wed Mar 04, 2026 5:15 am
Forum: General
Topic: Display manager!
Replies: 8
Views: 2103

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
by jgu1
Mon Mar 02, 2026 6:45 pm
Forum: General
Topic: Display manager!
Replies: 8
Views: 2103

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” ...
by jgu1
Sun Mar 01, 2026 3:59 pm
Forum: General
Topic: Display manager!
Replies: 8
Views: 2103

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