Search found 1199 matches

by Steve-Matrix
Thu Jun 29, 2023 5:08 pm
Forum: App Developer
Topic: A blank Web App Developer project suitable for creating apps that run in a browser
Replies: 4
Views: 7920

Re: A blank Web App Developer project suitable for creating apps that run in a browser

It is progressing well, but I cannot commit to a date at the moment.
by Steve-Matrix
Thu Jun 29, 2023 2:18 pm
Forum: Projects - Embedded
Topic: Programming a bare board Arduino 328 (UNO)
Replies: 3
Views: 4915

Re: Programming a bare board Arduino 328 (UNO)

Do you get the error when selecting "Arduino LilyPad 328" as the target device? That file uses the ATMEGA328 chip. If that fails to solve the issue, then here's what I would try to get an understanding of what is going on: Make a note of the command line that is launching avrdude from Flow...
by Steve-Matrix
Thu Jun 29, 2023 9:23 am
Forum: General
Topic: Glcd display update!
Replies: 10
Views: 4307

Re: Glcd display update!

After update, this same screen poup all the time again after I have update look like it not have update. And I get the att. compilermessage when I try to compile my project. I have just posted about this issue here: https://www.flowcode.co.uk/forums/viewtopic.php?f=5&t=2025 In short, you do not...
by Steve-Matrix
Thu Jun 29, 2023 9:20 am
Forum: Bug Reports
Topic: Template updates being reported as 'not genuine'
Replies: 0
Views: 9468

Template updates being reported as 'not genuine'

There is a minor issue with the latest v10.0.3 version of Flowcode that means template files downloaded through our library update system are identified as "not genuine". This means that each time the Library Updates window is accessed and "Full Database" is chosen as an option, ...
by Steve-Matrix
Thu Jun 29, 2023 9:11 am
Forum: General
Topic: Arduino Uno connection to ILI9341 TFT LCD
Replies: 17
Views: 8356

Re: Arduino Uno connection to ILI9341 TFT LCD

Those toolchain locations look wrong (apart from the ESP). These are pointing at the %PROGRAMDATA% location which is used internally for Flowcode's library updates. Instead, these need to point to the location where you have installed the toolchains (there are separate installers for these on the Fl...
by Steve-Matrix
Fri Jun 23, 2023 9:13 am
Forum: Bug Reports
Topic: LED_WS82811 compiler error
Replies: 6
Views: 3738

Re: LED_WS82811 compiler error

Thanks, both, for confirming the fix.
by Steve-Matrix
Wed Jun 21, 2023 9:05 am
Forum: Bug Reports
Topic: LED_WS82811 compiler error
Replies: 6
Views: 3738

Re: LED_WS82811 compiler error

Thanks, both. I'll have a look now.
by Steve-Matrix
Tue Jun 20, 2023 2:51 pm
Forum: General
Topic: Flowcode v10.0.3.31
Replies: 0
Views: 11724

Flowcode v10.0.3.31

We have just release a new core update to Flowcode. If you are running a version of Flowcode v10 prior to this latest release, the following notification will appear allowing it to be downloaded and installed: v10 core update.png If you do not receive this notification and are using v10.0.2.21 or ea...
by Steve-Matrix
Mon Jun 19, 2023 2:15 pm
Forum: General
Topic: TRS-80
Replies: 17
Views: 8641

Re: TRS-80

Thanks for the interesting thread. My favourite memory of early micros was writing a music sequencer in assembly on a BBC and interfacing it with a drum machine. I used different on-screen characters to represent different pulse lengths and directly read the video memory, outputting these through 4 ...