Search found 1953 matches

by BenR
Tue Oct 28, 2025 4:01 pm
Forum: General
Topic: Arduino Uno SPI Master sending incorrect data to MAX7219
Replies: 3
Views: 95

Re: Arduino Uno SPI Master sending incorrect data to MAX7219

Hello, SPI has a number of modes which dictate things like which phase of the clock the data is sampled and the state of the clock when idle. It looks like Flowcode and Proteus are simply using different settings and hence getting different values. 0x09 = 0b00001001 0x84 = 0b10000100 0x80 = 0b100000...
by BenR
Mon Oct 27, 2025 12:59 pm
Forum: Feature Requests
Topic: Flowcode for Android
Replies: 2
Views: 94

Re: Flowcode for Android

Hi Bob, Have you consider using a webpage type of application using Javascript. We have a feature in Flowcode 10 and 11 to create Javascript pages that can be used as control apps. It would be interesting to see what you're trying to do and then we can see if web developer will do everything you nee...
by BenR
Mon Oct 27, 2025 9:53 am
Forum: Bug Reports
Topic: Compilation error of the DSP_DLace component
Replies: 5
Views: 124

Re: Compilation error of the DSP_DLace component

Many thanks for letting us know.

Hopefully all resolved for you now via the library updates.

I've also adjusted your program slightly to give you an example.

DSP_DLace.fcfx
(15.54 KiB) Downloaded 12 times
by BenR
Wed Oct 22, 2025 3:00 pm
Forum: Bug Reports
Topic: gLCD_ST7567_SPI1 problem
Replies: 10
Views: 679

Re: gLCD_ST7567_SPI1 problem

excellent thanks for letting us know :D
by BenR
Wed Oct 22, 2025 2:07 pm
Forum: Bug Reports
Topic: gLCD_ST7567_SPI1 problem
Replies: 10
Views: 679

Re: gLCD_ST7567_SPI1 problem

I see why we're getting the corruption now and also maybe the lockup. I've now pushed an update to v10 and v11 components that should hopefully solve this. Here is the latest v9 component, just copy and paste into this directory. C:\ProgramData\MatrixTSL\FlowcodeV9\Components gLCD_ST7567_SPI.fcpx
by BenR
Wed Oct 22, 2025 1:46 pm
Forum: Bug Reports
Topic: gLCD_ST7567_SPI1 problem
Replies: 10
Views: 679

Re: gLCD_ST7567_SPI1 problem

Ok that's progress at least. Have you done a library update to check you have the latest version of the component. Help -> Library Updates I'm just comparing the component code between v9 and v11 here and though there are some changes these are more to do with feature improvements. The core pixel dr...
by BenR
Wed Oct 22, 2025 10:35 am
Forum: Bug Reports
Topic: gLCD_ST7567_SPI1 problem
Replies: 10
Views: 679

Re: gLCD_ST7567_SPI1 problem

Hello, I've compiled the project in v11 to see if that makes a difference for you. Here is the compiled hex file. MDFC9.zip If this works ok then we will compare the v11 component with the v9 component. If it doesn't work then we will investigate the code for the ST7567 component. You could also may...
by BenR
Mon Oct 20, 2025 1:07 pm
Forum: User Components
Topic: FC components and AI (ideas?)
Replies: 7
Views: 15061

Re: FC components and AI (ideas?)

That ESP Now component looks great and AI is certainly looking promising. Having started using it fairly recently it's done things for me in 10 minutes that I would have spent days toiling over in the past and added features I hadn't even though of. Doing things in small steps and testing each step ...
by BenR
Wed Oct 08, 2025 1:26 pm
Forum: Bug Reports
Topic: LED-WS8211 is not displayed on the 3D panel
Replies: 5
Views: 2270

Re: LED-WS8211 is not displayed on the 3D panel

Should be fixed for you now via the library updates.

For some reason the sub component responsible for doing the primitive cloning and manipulation was set to be invisible.

Many thanks for letting us know.
by BenR
Wed Oct 08, 2025 12:52 pm
Forum: Bug Reports
Topic: LED-WS8211 is not displayed on the 3D panel
Replies: 5
Views: 2270

Re: LED-WS8211 is not displayed on the 3D panel

Investigating for you now.