Hi Ben, Hi Jorgen
I'm using the display manager (without a touchscreen). It works very well.
I had the opposite problem from Jorgen: the values on the display were updating too frequently.
So I set it to update the display only after 50 samples, and only for the values that have changed.
I have one more request for a voltmeter: larger characters, if possible:
add size 48 72 96 120 144
Display update after 50 sample:
only for the values that have changed.
Flowcode 11 Graphical Display Manager Demonstration
-
stefan.erni
- Valued Contributor
- Posts: 1224
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 228 times
- Been thanked: 244 times
-
jgu1
- Posts: 924
- Joined: Thu Dec 03, 2020 8:25 pm
- Location: Denmark
- Has thanked: 824 times
- Been thanked: 204 times
Re: Flowcode 11 Graphical Display Manager Demonstration
Hello Stefan!
Aperently Ben is very busy, I am waiting to hear from him.. If you will, please upload your program, maybe I can help you, at least give it a go and see how you do
Aperently Ben is very busy, I am waiting to hear from him.. If you will, please upload your program, maybe I can help you, at least give it a go and see how you do
-
stefan.erni
- Valued Contributor
- Posts: 1224
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 228 times
- Been thanked: 244 times
Re: Flowcode 11 Graphical Display Manager Demonstration
Hi Jorgen
Thank you,
I found the setting. It's the fonts you can create on the display.
So I added some new fonts
Once everything is working, I can post my program
Fonts on Display: Are the fonts on the manager:
Thank you,
I found the setting. It's the fonts you can create on the display.
So I added some new fonts
Once everything is working, I can post my program
Fonts on Display: Are the fonts on the manager:
-
BenR
- Matrix Staff
- Posts: 2202
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 603 times
- Been thanked: 799 times
Re: Flowcode 11 Graphical Display Manager Demonstration
I'll see if I can do it tonight for you. Currently on a roll with ESP32 Zigbee but as soon as that's complete I'll get on it.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
BenR
- Matrix Staff
- Posts: 2202
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 603 times
- Been thanked: 799 times
Re: Flowcode 11 Graphical Display Manager Demonstration
Hi Jorgen,
I've updated my first post on this topic with a second video,
hopefully which is helpful in overcoming the problem you're having.
I've updated my first post on this topic with a second video,
hopefully which is helpful in overcoming the problem you're having.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
jgu1
- Posts: 924
- Joined: Thu Dec 03, 2020 8:25 pm
- Location: Denmark
- Has thanked: 824 times
- Been thanked: 204 times
Re: Flowcode 11 Graphical Display Manager Demonstration
Hi Ben!
Thank you, I'm really honored
I've tried almost everything, but I never figured this one out. I'll implement it in my projects, and testing, you' hear from me.
Very nice and detailed video, make sense.
Jorgen
Thank you, I'm really honored
Very nice and detailed video, make sense.
Jorgen
-
stefan.erni
- Valued Contributor
- Posts: 1224
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 228 times
- Been thanked: 244 times
Re: Flowcode 11 Graphical Display Manager Demonstration
Hi Ben, Hi Jorgen
I've integrated the display manager into my program. It's easy to do.
I've tested the scenes in the simulation and on the display, and they work both very well.
In the scenes, you can see the grid, which is practical.
Simulation has no Bluetooth adress and project file name.
The difference in the blue color is due to my camera; on the display, it's a perfect blue.
The display only shows the measured value when it changes.
But when it does change, you see the number build up from left to right.
I use SPI with 80Mhz
A question: On another display, I was able to enable “Queue Fast Pixels” and the problem went away.
Is it possible to add “Queue Fast Pixels” to the gLCD_ST7789V ?
https://flowcode.co.uk/forums/viewtopi ... 35#p16435
PrintScreen:
I've integrated the display manager into my program. It's easy to do.
I've tested the scenes in the simulation and on the display, and they work both very well.
In the scenes, you can see the grid, which is practical.
Simulation has no Bluetooth adress and project file name.
The difference in the blue color is due to my camera; on the display, it's a perfect blue.
The display only shows the measured value when it changes.
But when it does change, you see the number build up from left to right.
I use SPI with 80Mhz
A question: On another display, I was able to enable “Queue Fast Pixels” and the problem went away.
Is it possible to add “Queue Fast Pixels” to the gLCD_ST7789V ?
https://flowcode.co.uk/forums/viewtopi ... 35#p16435
PrintScreen:
-
BenR
- Matrix Staff
- Posts: 2202
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 603 times
- Been thanked: 799 times
Re: Flowcode 11 Graphical Display Manager Demonstration
Hi Stefan,
It looks doable, I'll see if I can get this in for you today.
Hmm on further investigation the properties are already there in the SPI Settings section. Do you have these set to Yes?
It looks doable, I'll see if I can get this in for you today.
Hmm on further investigation the properties are already there in the SPI Settings section. Do you have these set to Yes?
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
stefan.erni
- Valued Contributor
- Posts: 1224
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 228 times
- Been thanked: 244 times
Re: Flowcode 11 Graphical Display Manager Demonstration
Hi Ben
OK, that was already set to “Yes.” I didn't notice that.
The only difference for me is the prescale.
Do I need to increase the pixel queue?
or what can I do?
OK, that was already set to “Yes.” I didn't notice that.
The only difference for me is the prescale.
Do I need to increase the pixel queue?
or what can I do?