Search found 4 matches

by wrreisen
Tue Aug 13, 2019 11:16 am
Forum: Flowcode V6
Topic: Print Ascii for LCD Component Macro Hello World
Replies: 6
Views: 5109

Re: Print Ascii for LCD Component Macro Hello World

Hi,

I think I've got the print string working fine. I would like to understand how to use PrintAscii to print a simple message on the screen too, please? Have attache the flowchart and done this video:
hhttps://youtu.be/DwzTnjaM3tA
by wrreisen
Mon Aug 12, 2019 9:09 am
Forum: Flowcode V6
Topic: Print Ascii for LCD Component Macro Hello World
Replies: 6
Views: 5109

Re: Print Ascii for LCD Component Macro Hello World

Hi,
Yes, thank you, I'm using Flowcode 6.
On page 61 of https://www.matrixtsl.com/resources/fil ... course.pdf
it recommends using the Call Component Macro PrintString so that works instead. Thank you.
by wrreisen
Sun Aug 11, 2019 4:26 pm
Forum: Flowcode V6
Topic: Print Ascii for LCD Component Macro Hello World
Replies: 6
Views: 5109

Print Ascii for LCD Component Macro Hello World

I am following the book PIC Programmers for Non-Programmers and I have come to page 123 where it says how to create a component macro for an LCD so that it will write Hello World on the LCD. I can't work out how to put the suggested "Hello World..." into the expression window. If I do I get the mess...