LCD1602 BUG

For general Flowcode discussion that does not belong in the other sections.
Post Reply
niedian
Posts: 106
http://meble-kuchenne.info.pl
Joined: Thu Jan 07, 2021 11:28 am
Has thanked: 3 times
Been thanked: 4 times

LCD1602 BUG

Post by niedian »

LCD1602 BUG,ScrollDisplay Simulation doesn't work.help me.
LCD1602 BUG.fcfx
(9.32 KiB) Downloaded 195 times

chipfryer27
Valued Contributor
Posts: 1685
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 374 times
Been thanked: 583 times

Re: LCD1602 BUG

Post by chipfryer27 »

Hi

You have your scroll command within a loop, to move the "OK" one position to the left. However earlier in the loop you set the cursor to 4,0 so each iteration of the loop will start at 4,0.

If you move your set cursor to before the loop, you will see it works.

However there is still a bug. Position only accepts values of 1 and 3 which actually equates to direction, and Direction equates to how many positions to move.

Regards

Post Reply