Vermes
Advanced Member level 4
It is a set of functions that facilitate drawing and rotating any shape. You only have to give a pointer to the place where coordinates of individual points are stored, from where the graphics should be drawn, point of rotation and its angle.
Fonts support is based on the software and there are some minor facilitates in displaying (Lcd_locate function and positioning of the whole text), allowing for easier viewing of text fragments, without having to enter the coordinates x, y, in pixels, and the function Lcd_lowerline, acting similarly as Lowerline in the case of alphanumeric displays. The library handles all the graphical displays working with BASCOM package (uses only Pset and Line function). This is applied both to colour and black and white displays.
Below there are some pictures of operation of the demo.
In the attachment on the original thread, you can find:
- graph_lib.bas library
- demo program for colour display on pcf8583 driver (N6100)
- analog clock using this library and clock rtc pcf8583 and joystick from module And-Graph132
Link to original thread (useful attachment) – Biblioteki graficzno-tekstowe dla pakietu BASCOM (różne lcd)