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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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.