Search found 2105 matches

by BenR
Tue Mar 24, 2026 4:56 pm
Forum: General
Topic: Compare strings!
Replies: 7
Views: 108

Re: Compare strings!

Hi Jorgen,

It's certainly possible to use this in a decision icon in v10.

Code: Select all

compare$(str1, str2, 1) == 0
However I don't think you can select/choose the function from a drop down list inside the decision icon.
by BenR
Mon Mar 23, 2026 7:57 pm
Forum: General
Topic: Compare strings!
Replies: 7
Views: 108

Re: Compare strings!

Hello, The decision and the compare function both end up with similar c code. To use the compare function you do this Result = compare$(str1, str2, case) Result is 0 if the strings match. Case is 0 for case insensitive or 1 for case sensitive. The new str1 = str2 in the decision allows for a shortha...
by BenR
Thu Mar 19, 2026 1:52 pm
Forum: Tips & Tricks
Topic: Flowcode 11 Serial In Circuit Debug (ICD)
Replies: 0
Views: 147

Flowcode 11 Serial In Circuit Debug (ICD)

Hello All,

I've put together a brief demonstration vide here showing the serial ICD capabilities in Flowcode 11.

https://youtu.be/NAqDwGC7qGM

Please feel free to add comments or questions below.
by BenR
Thu Mar 19, 2026 1:50 pm
Forum: Tips & Tricks
Topic: Flowcode 11 Graphical Display Manager Demonstration
Replies: 0
Views: 108

Flowcode 11 Graphical Display Manager Demonstration

Hello All,

I've put together a bit of a demonstration of the new graphical display features available in v11 here.

https://youtu.be/8pBGSSQuoaI

Please feel free to comment and ask any questions below.
by BenR
Tue Mar 17, 2026 1:21 pm
Forum: General
Topic: ESP32 _ S3 with ST7796 display
Replies: 3
Views: 287

Re: ESP32 _ S3 with ST7796 display

Google says I'm wrong

Recommended Pins for High-Speed SPIkn esp32 s3 (FSPI/SPI2):
SCK (Clock): GPIO 12
MOSI (Data In): GPIO 11
MISO (Data Out): GPIO 13
CS (Chip Select): GPIO 10
DC (Data/Command): GPIO 14 (or any free GPIO)
by BenR
Tue Mar 17, 2026 1:19 pm
Forum: General
Topic: ESP32 _ S3 with ST7796 display
Replies: 3
Views: 287

Re: ESP32 _ S3 with ST7796 display

I think the s3 doesn't have the limitations and fast spi is available everywhere but I could be wrong about that.
by BenR
Fri Mar 13, 2026 1:59 pm
Forum: General
Topic: PIC32MM0256GPM48
Replies: 1
Views: 427

Re: PIC32MM0256GPM48

Hello,

It looks like this device is currently not supported by the compiler in the Flowcode PIC32 toolchain. I can maybe have a look at adding this device into Flowcode but you will have to install your own version of the XC32 compiler to compile to this device.
by BenR
Tue Mar 10, 2026 8:43 pm
Forum: General
Topic: Please Add PIC16F152xx (PIC15276....)
Replies: 4
Views: 1591

Re: Please Add PIC16F152xx (PIC15276....)

Hello, These chips have now been added for you and should be live now in the v11 library updates. I've tried to be fairly thorough with the definitions but I haven't done much testing on them so please let us know if you find anything that either doesn't compile or isn't working as it should on the ...
by BenR
Mon Mar 09, 2026 5:05 pm
Forum: General
Topic: Please Add PIC16F152xx (PIC15276....)
Replies: 4
Views: 1591

Re: Please Add PIC16F152xx (PIC15276....)

Hello, Thanks for the suggestion, I'll get them on the list and see if we can get these in ASAP for you. As you say hopefully not too much work though you may have to use your own version of the XC8 compiler if they are not supported in the standard Flowcode toolchain compiler. See here for details ...
by BenR
Sun Mar 08, 2026 9:28 am
Forum: General
Topic: FC11---AVR_CAL_HBRIDGE.c (Closed)
Replies: 2
Views: 1283

Re: FC11---AVR_CAL_HBRIDGE.c: No such file or directory

Hello,

I could be wrong but I don't think there are any avr devices with internal hbridge peripherals.