
EasyPIC4 is a devlopement board developed by MikroE. It has a range of features and utilizes each and every pin of PIC in a better way. It has got displays, buttons, usb and serial ports and what not.
Often you need a schematic diagram the board, and this post has got it. Continue reading
The LCD.C which comes with CCS C Compiler isnt compatible with the LCD of EP4.
With some slight modifications in the timings and the pin layout, the following library is 100% compatible.
Pin Layout is changed to EP4 Board LCD Layout. Continue reading
The library which comes with the compiler is not compatible with EasyPIC4′s GLCD. I have done some slight changes to it. The ZIP file includes the library file and a test program. Continue reading