Search found 141 matches

by kersing
Thu Mar 21, 2024 9:48 pm
Forum: Bug Reports
Topic: Lookup table resizing.
Replies: 4
Views: 280

Re: Lookup table resizing.

An 8 bit lookup table with >256 values?? Does that make sense?
by kersing
Thu Mar 21, 2024 9:46 pm
Forum: General
Topic: GPS
Replies: 11
Views: 496

Re: GPS

Have you tested this hardware setup with the same software you used before?
by kersing
Sat Mar 16, 2024 11:57 am
Forum: Bug Reports
Topic: GLCD (SSD1306) I2C
Replies: 6
Views: 385

Re: GLCD (SSD1306) I2C

Have you done a full update of the components? There have been fixes made regarding the properties a little while ago.
by kersing
Fri Mar 15, 2024 9:37 am
Forum: Feature Requests
Topic: Ternary operator in calculation block?
Replies: 7
Views: 220

Re: Ternary operator in calculation block?

Any halfway decent compiler should optimize the expression, BTW, you probably don’t want to include a space between the exclamation mark and the equal sign as it should throw a syntax error. The correct syntax is if ( .x != 0 ) And in flowcode you can use <> which is easier on the eyes for novice pr...
by kersing
Fri Mar 15, 2024 9:11 am
Forum: Feature Requests
Topic: Ternary operator in calculation block?
Replies: 7
Views: 220

Re: Ternary operator in calculation block?

Thanks for the hint, however strictly speaking false is zero and true might be any value not zero, so this working depends compiler/controller (and a bit of luck?)
by kersing
Thu Mar 14, 2024 10:54 pm
Forum: Feature Requests
Topic: Ternary operator in calculation block?
Replies: 7
Views: 220

Re: Ternary operator in calculation block?

Yep, that’s what I thought a couple of years ago as well. Got declined as being unreadable for novice users. Hopefully it will be reconsidered…
by kersing
Sun Mar 03, 2024 8:05 pm
Forum: Feature Requests
Topic: 3 ideas for FC
Replies: 6
Views: 293

Re: 3 ideas for FC

Please don’t use yellow text. That’s unreadable for people using the light theme on the forum…

In like the suggestions!
by kersing
Sun Feb 25, 2024 8:11 pm
Forum: General
Topic: Flowcode 10 Slow response on programming environment
Replies: 5
Views: 210

Re: Flowcode 10 Slow response on programming environment

Are you running the latest version?
by kersing
Sun Feb 11, 2024 8:22 am
Forum: General
Topic: C Code
Replies: 4
Views: 300

Re: C Code

Please post your existing flowchart so we can see what you are trying and which controller you are using.
by kersing
Tue Jan 30, 2024 9:58 am
Forum: Bug Reports
Topic: Error when returning a string from a macro
Replies: 7
Views: 707

Re: Error when returning a string from a macro

Hi Brendan, Did you by any chance change the return type of the macro? If I recall correctly I had some issues when I did that recently. I had to recreate the macro with the correct type and copy the code to that new macro to resolve that. (Reloading the project and even restarting Flowcode didn’t s...