Search found 988 matches

by Steve-Matrix
Mon Feb 20, 2023 9:02 am
Forum: Bug Reports
Topic: Interrupts ESP32.
Replies: 9
Views: 1478

Re: Interrupts ESP32.

I've confirmed the error and I will look into it. Thanks for letting us know.
by Steve-Matrix
Mon Feb 20, 2023 8:54 am
Forum: Bug Reports
Topic: FC10 window and ili9341 rotation
Replies: 16
Views: 1990

Re: FC10 window and ili9341 rotation

WingNut wrote:
Sun Feb 19, 2023 2:37 pm
The ° symbol has also disappeared
Can you be more specific? It seems to be there for me:
degrees symbol.png
degrees symbol.png (19.01 KiB) Viewed 1064 times

Is there a specific component that shows the problem? Or if it is not a simulation issue, please give more details about hardware.
by Steve-Matrix
Sun Feb 19, 2023 10:12 am
Forum: General
Topic: input pullups - ARM processor, STM32f0..
Replies: 5
Views: 919

Re: input pullups - ARM processor, STM32f0..

I am not familiar with that range of devices, but looking at the datasheet there is a register that controls the internal weak pull-ups and pull-downs for the I/O ports (GPIOx_PUPDR).
by Steve-Matrix
Sun Feb 19, 2023 10:03 am
Forum: Bug Reports
Topic: FC10 window and ili9341 rotation
Replies: 16
Views: 1990

Re: FC10 window and ili9341 rotation

I've just tried setting my taskbar to autohide and then running FC10 and the taskbar shows correctly when I move my mouse to the bottom of the screen. I am running Windows 10, so maybe this is an issue only in win11. Are any other users having the same issue in win11? Regarding the rotation issue, t...
by Steve-Matrix
Sun Feb 19, 2023 9:52 am
Forum: General
Topic: Project from FC9 not working in FC10!
Replies: 14
Views: 2002

Re: Project from FC9 not working in FC10!

To help us solve this issue, could you please share the following files for both v9 and v10 projects:
  • The project files (*.fcfx)
  • The generated c code files (*.c)
  • The compiler messages (*.msg.txt)
by Steve-Matrix
Sun Feb 19, 2023 9:47 am
Forum: General
Topic: 2D vs 3D Dashboard
Replies: 1
Views: 446

Re: 2D vs 3D Dashboard

The 2D and 3D panels now use different technologies to draw the components. In older versions of Flowcode (v6 - v8), all the drawing was done using OpenGL (which is 3D), even for the old 2D panel. In v9 we allowed the old 2D "dashboard" panel to use a mix of 2D and 3D technologies, but there were dr...
by Steve-Matrix
Fri Feb 17, 2023 4:49 pm
Forum: General
Topic: Flowcode v10 Flowcode v10.0.1.18
Replies: 4
Views: 667

Re: Flowcode v10 Flowcode v10.0.1.18

Click the "File" menu and near the bottom is "Global Settings". The checkbox is in the "Application" tab, about half way down on the right.
by Steve-Matrix
Fri Feb 17, 2023 10:49 am
Forum: Bug Reports
Topic: App Developper: Flowcode speed different
Replies: 10
Views: 1411

Re: App Developper: Flowcode speed different

Good point - you can use a Calculation icon to add, remove and edit variables and so do it there instead of via the "Variables" tab in Project Explorer.
by Steve-Matrix
Fri Feb 17, 2023 10:30 am
Forum: Bug Reports
Topic: App Developper: Flowcode speed different
Replies: 10
Views: 1411

Re: App Developper: Flowcode speed different

Hi Stefan, I've discovered the problem and will add a fix to a future update. This issue will affect any project with a lot of variables and a lot of macros and is caused by a check to see if the variable is being used in the project every time the list is redrawn. The workaround for now is to avoid...
by Steve-Matrix
Thu Feb 16, 2023 6:06 pm
Forum: Bug Reports
Topic: App Developper: Flowcode speed different
Replies: 10
Views: 1411

Re: App Developper: Flowcode speed different

Thanks, Stefan. I have received your project and can replicate the problem. I will investigate further in the morning.