Page 1 of 1
nextion display flowcode 10
Posted: Mon Apr 20, 2026 10:46 am
by bdjbuster
Hello, I am using Flowcode 10 with a Nextion display, but I can’t get the program to work. It does work with Flowcode 8, but that version doesn’t support the Nextion display, so I created something myself using UART1. Can someone tell me what I am doing wrong in Flowcode 10? Both programs are available to download.
Re: nextion display flowcode 10
Posted: Mon Apr 20, 2026 10:54 am
by BenR
Hello,
There's a demo here that should be useful for you.
https://www.flowcode.co.uk/wiki/index.p ... cal_Color)
Re: nextion display flowcode 10
Posted: Mon Apr 20, 2026 1:46 pm
by bdjbuster
Hello, I watched the demo, but it uses the display in a completely different way than I do. I use the display so that when you press a button, it sends a number to the Arduino, and then I handle that in the code. I’ve programmed both parts like that, but it doesn’t work. Could you take a look at my program?