PIC microcontroller with GLCD
Uploader Comments (Kdg86)
Top Comments
-
You made it in C.. right? Or in assembler..?
All Comments (67)
-
stiligt!
-
terrific
-
hello im new to the idea of a GLCD could you please tell me how you knew how to program it, i mean how can you put a character and graphic and so on. I am planning on using a PIC16F877. the idea is to create a user interface for an intelligent thermostat.
-
can you buy a project box for that?
-
to make it use the sd card the sd card has to be in a formate that the microcontroler can read but aslo the microcontroler has to understand that format as well. and if you whant to play a vidoe or veiw a picture the microcontroler has to be able to understand that format. so to use that SD there with be a lot of programing in you future.
-
Look on the devmaster web site for "Software Rendering School" under "Graphics Theory & Implementation" for information on drawing 3D graphics... in summary, you take your 3D world and project it onto a 2D screen using a parallel projection matrix, then you rasterize and shade the triangles using interpolation via digital differential analyzers... it's pretty math-heavy stuff
-
Great Project!!
But in spanish languaje is better
-
Nice work, I'm working on a GLCD project too ... thanks for the video
McGuywer 1 year ago
Okej! Good for you!
Kdg86 1 year ago
so... you did it by your self... or did you go by a tutorial...if not... so you made a course or something? I mean... can you tell me how did you start to know this things? from where you started to learn? I means... books... courses... etc...
tiagofumo 2 years ago
This design is completely made by me. I didn't take any course, I just started out with what seemed simlpe. Like light a LED. Make two LEDs flash and so on. Something that I have come to sense with he last couple of years is that it is really necessary to read the datasheet for the PIC you are using, there you can read about all the features of your PIC and use them to get as high speed as possible. Also test as many sample codes as you can and try to figure out why they work. /Kdg86
Kdg86 2 years ago 2
man what did u use to draw these shapes ?
and how did u get that LCD, it looks big
Angeluszq 3 years ago
For the shapes I used a homemade GFX-libary, you can find the algorithm for circles in C on wikipedia, search for "mid-point circle algorithm".
The line drawing algorithm uses "Bresenhams line drawing algorithm" also on wikipedia.
The lcd I bought on ebay. But if I were you I would start with a Nokia color lcd since it is more in fashion now and still easy to use.
Kdg86 3 years ago