draw on the display

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
brunosilva
Posts: 14
Joined: Sun Feb 24, 2013 4:02 am
Contact:

draw on the display

Post by brunosilva »

Hello

I wonder how do I draw the display 16x2 using microcontroller 16F877A

thank you

brandonb
Posts: 438
Joined: Mon Aug 29, 2011 12:26 am
Location: arizona
Has thanked: 175 times
Been thanked: 173 times
Contact:

Re: draw on the display

Post by brandonb »

what do you mean?

medelec35
Matrix Staff
Posts: 9521
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: draw on the display

Post by medelec35 »

Hi
If you go to the Learning Centre here:
http://www.matrixmultimedia.com/lc_index.php
You will find all sorts of valuable links that can help.
For instance selecting
'Flowcode Examples'
then clicking on components, will download to your PC a zip file containing loads of examples.

For LCD:
LCD Examples.png
(19.39 KiB) Downloaded 1447 times
Then you can load each example to teach you how to send numbers, letters etc.
With your 16F877a Configuration settings should automatically be set for you.
If using any other target device, for configuration settings see the link thats a part of my signature.
If configuration setting are not correct, then nothing will work as expected.

As for hardware connections to LCD, take a look at the data sheet for LCD Eblock EB005:
http://www.matrixmultimedia.com/resourc ... 5-30-4.pdf

After you have taken a look at the examples, if you're still stuck then we help you further.

Martin
Martin

brunosilva
Posts: 14
Joined: Sun Feb 24, 2013 4:02 am
Contact:

Re: draw on the display

Post by brunosilva »

Thanks for the help.

Most like to be able to draw on the display, creating different characters.

Or even create drawings using the 16x2 display.

Write characters and numbers I've got.

Thank you.

medelec35
Matrix Staff
Posts: 9521
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: draw on the display

Post by medelec35 »

brunosilva wrote: Most like to be able to draw on the display, creating different characters.

Or even create drawings using the 16x2 display.
Have you seen this:
http://www.matrixmultimedia.com/mmforum ... 26&t=11987
Its a tutorial about creating custom characters on LCD display.
Martin

Post Reply