Search found 1090 matches
- Fri May 08, 2026 3:19 pm
- Forum: Tips & Tricks
- Topic: Flowcode 11 Graphical Display Manager Demonstration
- Replies: 24
- Views: 5480
Re: Flowcode 11 Graphical Display Manager Demonstration
Hi Ben Yes it's an ESP32S3. With the display manager, this reduction of field is very easy. I get good results when I optimize it. I've noticed that the pixel queue can't be larger than 240 with the display manager, otherwise, it crashes in the hardware. Set to 241 is crashing... Without the display...
- Fri May 08, 2026 11:07 am
- Forum: Projects - Embedded
- Topic: ESP32 with TFT Display 16bit Parallel, I2C Grove Sensor, I2C Touch Control
- Replies: 6
- Views: 430
Re: ESP32 with TFT Display 16bit Parallel, I2C Grove Sensor, I2C Touch Control
Hi Charles, Hi Martin, Hi Ben
I got a board too.
I'll try using the display manager and the SD card.
That could be very useful.
I got a board too.
I'll try using the display manager and the SD card.
That could be very useful.
- Fri May 08, 2026 11:06 am
- Forum: Tips & Tricks
- Topic: Flowcode 11 Graphical Display Manager Demonstration
- Replies: 24
- Views: 5480
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?
- Thu May 07, 2026 5:20 pm
- Forum: Tips & Tricks
- Topic: Flowcode 11 Graphical Display Manager Demonstration
- Replies: 24
- Views: 5480
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 di...
- Mon May 04, 2026 11:57 am
- Forum: Bug Reports
- Topic: ESP32S3 SD-card init problem
- Replies: 5
- Views: 1446
Re: ESP32S3 SD-card init problem
Hi Ben
It looks like the ESP32S3 has a lot of advantages.
For example, data sampling works directly in the interrupt macro,
and resetting the watchdog timer no longer requires a wait time of a few milliseconds.
Unfortunately, the SD card isn't working yet.
It looks like the ESP32S3 has a lot of advantages.
For example, data sampling works directly in the interrupt macro,
and resetting the watchdog timer no longer requires a wait time of a few milliseconds.
Unfortunately, the SD card isn't working yet.
- Tue Apr 28, 2026 10:14 am
- Forum: Tips & Tricks
- Topic: Flowcode 11 Graphical Display Manager Demonstration
- Replies: 24
- Views: 5480
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:
- Mon Apr 27, 2026 2:30 pm
- Forum: Tips & Tricks
- Topic: Flowcode 11 Graphical Display Manager Demonstration
- Replies: 24
- Views: 5480
Re: Flowcode 11 Graphical Display Manager Demonstration
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 ...
- Mon Apr 27, 2026 8:49 am
- Forum: Bug Reports
- Topic: ESP32S3 SD-card init problem
- Replies: 5
- Views: 1446
Re: ESP32S3 SD-card init problem
Hi Ben
I tried to ignore the return value and create a file, but it didn't work.
I tried to ignore the return value and create a file, but it didn't work.
- Thu Apr 23, 2026 4:59 pm
- Forum: Bug Reports
- Topic: ESP32S3 SD-card init problem
- Replies: 5
- Views: 1446
Re: ESP32S3 SD-card init problem
Hi Ben Glad to hear it's working for you. I always use the same type of SD card—a 32GB SanDisk—for the 4-bit version. It worked fine with the PIC32 and ESP32 WROOM. I tried a different board—this time from SparkFun—and the card initialization caused problems there as well. I checked the pins and the...
- Thu Apr 23, 2026 3:10 pm
- Forum: Bug Reports
- Topic: ESP32S3 SD-card init problem
- Replies: 5
- Views: 1446
ESP32S3 SD-card init problem
Hi Ben
I'm trying to initialize an SD card on a ESP32S3, but I keep getting a 255 return (no card) instead of 0 (card ok).
Is there something else I need to configure to make this work with the S3? With the ESP32 wroom32 This worked very well.
I'm trying to initialize an SD card on a ESP32S3, but I keep getting a 255 return (no card) instead of 0 (card ok).
Is there something else I need to configure to make this work with the S3? With the ESP32 wroom32 This worked very well.