Search found 1749 matches

by BenR
Mon Dec 21, 2020 3:58 pm
Forum: Bug Reports
Topic: ESP32 & Ili9341 not working
Replies: 10
Views: 6281

Re: ESP32 & Ili9341 not working

Hi Jorgen,

Yes that looks fine.
by BenR
Mon Dec 21, 2020 12:08 pm
Forum: Bug Reports
Topic: ESP32 & Ili9341 not working
Replies: 10
Views: 6281

Re: ESP32 & Ili9341 not working

Hello,

Here is the program with connections reworked for the M5 board,
ESP32 ILI9341 BR.fcfx
(13.67 KiB) Downloaded 213 times
PortA is GPIO pins 0-31
PortB is GPIO pins 32-63

We have just numbered them like this to allow the GPIO to work with the Flowcode style ports.
by BenR
Mon Dec 21, 2020 11:58 am
Forum: Feature Requests
Topic: Font!
Replies: 21
Views: 12839

Re: Font!

Hi Jorgen, Right the ILI9341 has a new macro called SetFontScaler which allows you to set the X,Y scaling for the printed font, the default being 1, 1. 2, 2 would double the width and height of all printed characters on all fonts. I've kept the scale factors as integers, floats would likely slow thi...
by BenR
Mon Dec 21, 2020 11:11 am
Forum: General
Topic: Help ILI9163 Font
Replies: 1
Views: 1682

Re: Help ILI9163 Font

Hello,

ReadFontStat returns a statistic of the selected Font, the pixel height or the space width.

ReadFontWidth returns the width of a single ASCII character in the selected font.

Both functions are used by the Text Field component to display the GLCD text correctly in all the various fonts.
by BenR
Fri Dec 18, 2020 10:14 am
Forum: General
Topic: How to test "App Developer"
Replies: 8
Views: 5068

Re: How to test "App Developer"

Simple App Developer Demonstration video here.
https://www.youtube.com/watch?v=aXysN7JVElE
by BenR
Fri Dec 18, 2020 10:14 am
Forum: General
Topic: App DEVeloper example?
Replies: 2
Views: 2456

Re: App DEVeloper example?

I've created a simple App Developer tutorial video here.
https://www.youtube.com/watch?v=aXysN7JVElE
by BenR
Fri Dec 18, 2020 10:06 am
Forum: Feature Requests
Topic: ESP 8266 ON FLOWCODE 9 ?
Replies: 3
Views: 2949

Re: ESP 8266 ON FLOWCODE 9 ?

Hello,

You can use the ESP8266 as a slave to a microcontroller but we don't currently support the ESP8266 as a target microcontroller, just the ESP32 at the moment.
by BenR
Thu Dec 17, 2020 4:34 pm
Forum: Feature Requests
Topic: Font!
Replies: 21
Views: 12839

Re: Font!

Hi Jorgen, Which display are you using and I'll have a go, it probably will be a new macro something like SetFontScaler to avoid breaking existing code. I might be able to make it a floating point value rather then integer but this might look messy and would certainly add more code. anyway I'll have...
by BenR
Thu Dec 17, 2020 3:04 pm
Forum: Feature Requests
Topic: Font!
Replies: 21
Views: 12839

Re: Font!

Hello, The old fonts in v8 probably used to go bigger then 24 pixels. I can have a go at adding a very large pixel font for you but it will likely take up a fair amount of ROM to store. What sort of pixel height are you looking for? In v8 size 31 would give you a 6x6 scaling factor so 5 x 8 would be...
by BenR
Thu Dec 17, 2020 3:01 pm
Forum: Bug Reports
Topic: Running existing FC8 in FC9
Replies: 9
Views: 5194

Re: Running existing FC8 in FC9

Hi David,

In the IOC interrupt enable icon it looks like all pins are enabled? Is this correct?