Hello Andreas,
Currently that's a 3d component and I imagine you have your component filter set to 2d only.
I might see if we can make a 2d version of the component to help avoid this issue. The people wanting the 3d version are probably in the minority.
Search found 1957 matches
- Sun Nov 09, 2025 1:21 pm
- Forum: Bug Reports
- Topic: WS2812 component missing in FC11?
- Replies: 2
- Views: 76
- Thu Nov 06, 2025 6:17 pm
- Forum: General
- Topic: Modbus Communication Down
- Replies: 3
- Views: 157
Re: Modbus Communication Down
Hello, Ok this sounds like a problem maybe to do with bytes getting dropped. The trouble is the CheckForIncoming has to be there to catch the bytes from the master and if you have anything that can cause delays then this can be disrupted. I wonder if we can move the incoming data collection from the...
- Thu Nov 06, 2025 6:10 pm
- Forum: Bug Reports
- Topic: WS2811-12 Can´t load
- Replies: 2
- Views: 91
Re: WS2811-12 Can´t load
Hi Jorgen,
Many thanks for letting us know. I know I fixed this recently so not sure how it got broken again.
Anyway should be working again for you now.
Many thanks for letting us know. I know I fixed this recently so not sure how it got broken again.
Anyway should be working again for you now.
- Thu Nov 06, 2025 12:46 pm
- Forum: General
- Topic: Buy Flowcode11!
- Replies: 5
- Views: 201
Re: Buy Flowcode11!
Hello, * In FC10 the Arduino Nano 328 115200 is available but not in FC11, only Arduino Nano 328 (cheap one). Is this now working for both? This should still be there in v11, I've checked and it's there for me in both the default files and the main Arduino list. Maybe you were looking at the free ta...
- Tue Oct 28, 2025 4:01 pm
- Forum: General
- Topic: Arduino Uno SPI Master sending incorrect data to MAX7219
- Replies: 3
- Views: 430
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...
- Mon Oct 27, 2025 12:59 pm
- Forum: Feature Requests
- Topic: Flowcode for Android
- Replies: 2
- Views: 260
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...
- Mon Oct 27, 2025 9:53 am
- Forum: Bug Reports
- Topic: Compilation error of the DSP_DLace component
- Replies: 5
- Views: 409
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.
Hopefully all resolved for you now via the library updates.
I've also adjusted your program slightly to give you an example.
- Wed Oct 22, 2025 3:00 pm
- Forum: Bug Reports
- Topic: gLCD_ST7567_SPI1 problem
- Replies: 10
- Views: 1360
Re: gLCD_ST7567_SPI1 problem
excellent thanks for letting us know 
- Wed Oct 22, 2025 2:07 pm
- Forum: Bug Reports
- Topic: gLCD_ST7567_SPI1 problem
- Replies: 10
- Views: 1360
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
- Wed Oct 22, 2025 1:46 pm
- Forum: Bug Reports
- Topic: gLCD_ST7567_SPI1 problem
- Replies: 10
- Views: 1360
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...