Search found 21 matches
- Wed May 06, 2026 7:53 am
- Forum: General
- Topic: Problem with the 'menu-system_02_10_24’ example from the Wiki
- Replies: 3
- Views: 758
Re: Problem with the 'menu-system_02_10_24’ example from the Wiki
Thank you Martin and Ben, I had not thought about the menu system example being written in FC10, but of course that would make sense as to why the example does not work with FC11. I will make a comparison between the two versions. I am travelling at present and do not have FC10 installed on my lapto...
- Mon May 04, 2026 1:00 pm
- Forum: General
- Topic: Problem with the 'menu-system_02_10_24’ example from the Wiki
- Replies: 3
- Views: 758
Problem with the 'menu-system_02_10_24’ example from the Wiki
Hi All, Has anyone tried the ‘menu-system_02_10_24’ example from the Wiki? I thought I would study it to learn how to use to GLCD display manager. However, there is an error in the initialise macro within the calculation box titled ‘Set up all the colours’. As shown in the image below (i.e. it does ...
- Mon Jan 26, 2026 8:50 am
- Forum: Projects - Embedded
- Topic: Compiler Error - ESP M5Stack Dial
- Replies: 9
- Views: 5756
Re: Compiler Error - ESP M5Stack Dial
Leigh and Martin,
I have implemented both your suggestions and now have my program working on the M5Stack Dial.
Thank you both so much for your help. It was very much appreciated and especially so knowing that you did it in your spare time.
KR
Martin
I have implemented both your suggestions and now have my program working on the M5Stack Dial.
Thank you both so much for your help. It was very much appreciated and especially so knowing that you did it in your spare time.
KR
Martin
- Sun Jan 25, 2026 1:26 pm
- Forum: Projects - Embedded
- Topic: Compiler Error - ESP M5Stack Dial
- Replies: 9
- Views: 5756
Re: Compiler Error - ESP M5Stack Dial
Hello Martin, Thank you for your kind offer of help. I have attached the latest version of my program. I would be very interested in your findings as I need to learn how to interpret the compilers messages. Over time I have become reasonably familiar with flowcode and I have found ways to resolve mo...
- Sun Jan 25, 2026 12:24 am
- Forum: Projects - Embedded
- Topic: Compiler Error - ESP M5Stack Dial
- Replies: 9
- Views: 5756
Re: Compiler Error - ESP M5Stack Dial
Having looked into the source of the error a bit further, it seems the gLCD_GC9A01A_SPI component was the cause. After replacing the component I was able to successfully compile to C. I suspect the display component might have become corrupted whilst I was working on the program. However, I now have...
- Sat Jan 24, 2026 6:30 pm
- Forum: Projects - Embedded
- Topic: Compiler Error - ESP M5Stack Dial
- Replies: 9
- Views: 5756
Re: Compiler Error - ESP M5Stack Dial
Thank you Martin That is the area where I am getting stuck. I view the C code file, and in particluar the code around line 8378, but I cannot determine precisely to which component macro command icon it relates. In the snipit of C code below it appears to relate to the use of Font2 by the gLCD compo...
- Sat Jan 24, 2026 10:21 am
- Forum: Projects - Embedded
- Topic: Compiler Error - ESP M5Stack Dial
- Replies: 9
- Views: 5756
Compiler Error - ESP M5Stack Dial
I hope someone can give a couple of pointers to help debug a Flowcode program I have written for the M5Stack Dial. The program simulates as intended but when compiling I get the Syntax error shown below. Compiler error1.jpg Apart from providing the line number (8378) no other information is given. M...
- Tue Jan 20, 2026 11:16 pm
- Forum: Projects - Embedded
- Topic: Difficulty compiling to M5Stack Dial
- Replies: 5
- Views: 4156
Re: Difficulty compiling to M5Stack Dial
Thank you Ben & Steve. Following Steve's instructions and adding the debug messages it does appear to be those four lines causing the issue. Adding "echo %cd%" does print "C:\ProgramData\MatrixTSL\FlowcodeV11\FCD\ESP\Batch" in the msg.txt output, so it is pointing to the corr...
- Tue Jan 20, 2026 3:09 pm
- Forum: Projects - Embedded
- Topic: Difficulty compiling to M5Stack Dial
- Replies: 5
- Views: 4156
Re: Difficulty compiling to M5Stack Dial
Attached is the 1Hz Flasher program and the complete compiler error message text.
Kind regards
Martin
Kind regards
Martin
- Tue Jan 20, 2026 3:06 pm
- Forum: Projects - Embedded
- Topic: Difficulty compiling to M5Stack Dial
- Replies: 5
- Views: 4156
Difficulty compiling to M5Stack Dial
I have created a program in FC V11 to run on a M5Stack Dial but I am having difficulty compiling to the target device (M5Stack Dial). In an attempt to identify the cause, I reverted to a basic 1Hz Flasher test program. This too will not compile. Would anyone have solution? I suspect my setup is the ...