![]() |
PIC GUI |
|
PIC GUI - Ported to LinuxYoucef has ported the Microchip Demo Code to Linux.This ideal if you are wanting to test your code without an Explorer16 board and the Graphic adapter. Could also should help with other projects such as MiniBasic and porting of Operating systems to the PIC32 platform. Note: Some functions currently do not work. InstructionsI have basically nothing special to say about it... everything is done by xlib and the microchip graphic library... I just had to create a DisplayL.c/h as an output device in which I redirect putpixel to the xserver... a little changes in the putImage routines as well in this same files... plus few changes here and there in order to remove hardware related stuff and assembly code in the pictures... Few things are still not working as supposed to though ... 1- The setting of time... Not implemented... 2- The drop down lists are not working properly... I did not bother to debug them... They seem to break when in 32-bit architecture!!!! 3- The plotter is working with some random samples... Apart from that... I hope people will enjoy tinkering with it as I did... How to use: 1- Download the sources anywhere on a Linux native/virtual machine 2- run make to compile the project 3- run ./picGUI 4- enjoy... Best regards, Youcef DownloadpicGUIObjectLayerDemo.zip (~297K)Screenshots
|