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
Full-stack observability with actually useful AI | Grafana Cloud
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
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.