7 seg display

For general Flowcode discussion that does not belong in the other sections.
Post Reply
peterhalloway
Posts: 33
http://meble-kuchenne.info.pl
Joined: Sat Nov 20, 2021 11:28 am
Has thanked: 1 time

Flowcode v10 7 seg display

Post by peterhalloway »

So I am playing with my development board. I could not get it to program directly via flowcode but I can at least compile to hex and use a modified pickit2 programming software to successfully program my 16F18877 target. (This does help promote flowcode to hobbyists using a free target).

Anyway on to the actual issue: you can see I have disabled most macros here because I wanted to hone in on the keypad test. It simulates as expected. However, when I program the PIC the 7 seg display is illuminating with digit 8. If I press and hold a key it does display as I would expect but as soon as you let go of the key the 7 seg display reverts back to 8. I do not understand why, can anyone please help?

Pete
Attachments
18877 board test.fcfx
(2.28 KiB) Downloaded 18 times

medelec35
Matrix Staff
Posts: 1913
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 619 times
Been thanked: 644 times

Re: 7 seg display

Post by medelec35 »

Hi Pete
The file attached to your post looks like its the .msg.txt and not .fcfx
Can you check your fcfx project and reupload, please.
Martin

Post Reply