Hi Vloki,
You 16x2 LCD library is absolutely excellent.
I tried several ones without any success mostly because they are difficult to adapt to a specific hardware.
It should be mentioned here that it is VERY easy to configure to ANY 8 bits PIC based hardware BECAUSE each PIN needed by the LCD can be defined one by one in one header file to match your exact schematics.It is rare to see libraries with such flexibility. Congratulations !!!!
It took me half day to have it working with PIC16F18875 on PICDEM2+ (last version with black PCB) and also another 8 bits PIC board with another LCD module !!!
I attach it here for other users ;=)
It uses MPLAB X v5.30, XC8 v2.10 and MCC plugin v3.95The LCD module on PICDEM2+ is Ocular OM16214 which uses a SPLC782A LCD controller (compatible with HD44780 / KS0066U / ST7066U / ... )
I am now trying to also make it adaptable to the various delays needed by various LCD controller chips. If I succeed I will post it back here
Regards