Search found 1721 matches

by BenR
Thu Dec 10, 2020 12:50 pm
Forum: Bug Reports
Topic: Ili9341
Replies: 6
Views: 4209

Re: Ili9341

Hi Jorgen,

I've now made a short video here which hopefully should help explain things.

https://youtu.be/HN8EI64ADic
by BenR
Thu Dec 10, 2020 12:33 pm
Forum: Bug Reports
Topic: Ili9163 carattere solo 0, non da 0 a 31
Replies: 1
Views: 1846

Re: Ili9163 carattere solo 0, non da 0 a 31

Ciao, Per favore, puoi pubblicare il tuo programma e indagheremo per te. Il modo in cui i caratteri funzionano in gLCD è cambiato per la v9, quindi questo argomento potrebbe aiutare. https://www.flowcode.co.uk/forums/viewtopic.php?p=81#p81 Hello, Please can you post your program and we will investig...
by BenR
Thu Dec 10, 2020 12:26 pm
Forum: Bug Reports
Topic: LCD_SSD1351 FC8 FC9 not compatible
Replies: 6
Views: 4159

Re: LCD_SSD1351 FC8 FC9 not compatible

Hello,

Can you please post your program and I will have a look for you.

Regarding the v9 gLCD fonts this post might help.

viewtopic.php?p=81#p81
by BenR
Wed Dec 09, 2020 9:38 am
Forum: Bug Reports
Topic: Ili9341
Replies: 6
Views: 4209

Re: Ili9341

Hi Jorgen, In Flowcode v9 we have changed the way fonts work. I'll make a video on it later today to try and help explain it. In v8 and previous we had a single font and the font parameter was the scaler for that single font. Now in v9 we have several different fonts you can choose to use in your pr...
by BenR
Tue Dec 08, 2020 2:16 pm
Forum: Bug Reports
Topic: Bluetooth spp does't work in ESP32
Replies: 29
Views: 22739

Re: Bluetooth spp does't work in ESP32

Hello, When you compile your flowcode project it will create a folder with the same name in the project directory. The file is inside that folder. So if your project is called Flowcode1 then the file will be in Flowcode1/sdkconfig Hope this helps. I cannot currently easily update the batch files tha...
by BenR
Tue Dec 08, 2020 11:12 am
Forum: Bug Reports
Topic: Bluetooth spp does't work in ESP32
Replies: 29
Views: 22739

Re: Bluetooth spp does't work in ESP32

Hello, Hmm I'll have to check this I thought I switched bluetooth on for all targets but obviously I missed one. To switch it on you can simply edit the sdkconfig file inside the Project compilation directory using a text editor. The Bluetooth section should look something like this. # # Bluetooth #...
by BenR
Tue Dec 08, 2020 9:55 am
Forum: Bug Reports
Topic: ESP32WROOM-32 programming issue "baud"
Replies: 15
Views: 10094

Re: ESP32WROOM-32 programming issue "baud"

Thanks we are investigating this issue for you. Looking at the command line it appears the COM port number isn't being passed for some reason. You could try hard coding the port for now by editing the file here. C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\ESP\ESP32_WROOM_32.fcdx Note the location is hid...
by BenR
Mon Dec 07, 2020 2:59 pm
Forum: Bug Reports
Topic: FLOWCODE 9 MCP23017 PROBLEM
Replies: 26
Views: 14391

Re: FLOWCODE 9 MCP23017 PROBLEM

Hi David,

I'll test the component tomorrow when I'm back in the office and have access to the hardware. I've looked again and so far haven't spotted any problems.
by BenR
Mon Dec 07, 2020 11:57 am
Forum: Bug Reports
Topic: Arduino ghost mode
Replies: 5
Views: 4074

Re: Arduino ghost mode

Hi David,

I've now added the new FCD into v9 for you. It should be available via the update system.
by BenR
Mon Dec 07, 2020 10:33 am
Forum: General
Topic: DSP on ESP32 versus dspic
Replies: 1
Views: 2181

Re: DSP on ESP32 versus dspic

Hi David,

Yes you are correct, the DSP library is maths based and so a faster processor equals faster DSP calculations :D