The libraries functions are inspired from mikroC GLCD Library, i tried to keep most of the functions similar to the one available in mikroC GLCD Library.
Features
- Fill Graphical Lcd
- Draw Horizontal Line
- Draw Vertical Line
- Draw Rectangle
- Draw Circles
- Display Characters and String
- Draw Lines between two points
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
I'm somewhat disappointed in this library as when I tried it on a real GLCD (Midas MC128064B6W-BNMLW) it failed to initialize, leaving a blank screen. The display works fine when driven by the Mikroelektronika driver. It worked after some modifications and I think my display module is partly to blame. This is because on the display I used the chip selects are interlocked, it will not select both display drivers simultaneously. The code writes to both halves simultaneously as a means of speeding up some operations such as display clear.