Search found 1746 matches

by BenR
Thu Dec 17, 2020 10:32 am
Forum: Feature Requests
Topic: Display with new command for Arduino or similar micro.
Replies: 4
Views: 3486

Re: Display with new command for Arduino or similar micro.

Hello,

Flowcode v9 now uses a similar GLCD font system to Arduino. You can set the font colour by calling the SetForegroundColour component macro. The font and size is adjustable from the component properties.

This video may help.
https://www.youtube.com/watch?v=HN8EI64ADic&t=1s
by BenR
Thu Dec 17, 2020 10:27 am
Forum: Bug Reports
Topic: Running existing FC8 in FC9
Replies: 9
Views: 5178

Re: Running existing FC8 in FC9

Hi David, We have changed the way string concatenations work so you can now do things like string = "a" + "b" + "c" + "d" all on one line. Please can you send me your project file so we can investigate the problem for you, looks like it could be a corner case bug in the new system. For reference her...
by BenR
Thu Dec 17, 2020 10:11 am
Forum: Feature Requests
Topic: Font!
Replies: 21
Views: 12780

Re: Font!

Hi Jorgen,

Have you seen this video? It might help to explain things in v9.
https://www.youtube.com/watch?v=HN8EI64ADic&t=1s

Let me know your thoughts.
by BenR
Thu Dec 17, 2020 10:09 am
Forum: Feature Requests
Topic: MQTT
Replies: 3
Views: 2907

Re: MQTT

Hi Alan,

I've now added in this functionality for you via a new property to enable it and a new macro to set the address.

I'll get it pushed to the update system shortly.
by BenR
Tue Dec 15, 2020 3:54 pm
Forum: Bug Reports
Topic: FLOWCODE 9 MCP23017 PROBLEM
Replies: 26
Views: 14591

Re: FLOWCODE 9 MCP23017 PROBLEM

Hi David, I went back into the office for you and picked up the board. However on getting back home I realised I had the MCP23S17 the SPI version and that worked fine as is!!! I'm back in tomorrow so I'll endevour to test while I'm there. I have looked at the code again and can't find any problems b...
by BenR
Mon Dec 14, 2020 2:17 pm
Forum: General
Topic: New DSP Component
Replies: 1
Views: 1958

Re: New DSP Component

Hello,

Really appreciate the comment and really glad it's working well for you. I've been doing a lot with PID recently and have learnt a lot from doing it which I applied into the component.
by BenR
Mon Dec 14, 2020 2:15 pm
Forum: Bug Reports
Topic: WS2812 Build Error ( STM32F407ZG )
Replies: 7
Views: 4364

Re: WS2812 Build Error ( STM32F407ZG )

I beleive should be fixed in v8 now. Do you need it for v7 also?
by BenR
Mon Dec 14, 2020 2:14 pm
Forum: Bug Reports
Topic: FLOWCODE 9 MCP23017 PROBLEM
Replies: 26
Views: 14591

Re: FLOWCODE 9 MCP23017 PROBLEM

Hi David,

Sorry I didn't pick one up when I was there. Annoyed about that.

Is it urgent for you to get this working? If it is then I can head on over and pick one up for you.
by BenR
Mon Dec 14, 2020 2:10 pm
Forum: General
Topic: FC9 purchased
Replies: 4
Views: 3339

Re: FC9 purchased

Hello,

I've passed this onto a collegue who should be able to help.
by BenR
Mon Dec 14, 2020 2:08 pm
Forum: Bug Reports
Topic: USB Slave PIC18F27J53
Replies: 2
Views: 2115

Re: USB Slave PIC18F27J53

Hello,

I'm guessing it's down to the component properties, make sure the slave macro and macro parameters are correct.

If this doesn't help then please post what you have and I'll have a look for you.