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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.