I am trying to write a low level driver for a 128x128 lcd for this chip. I would like to be able to use the graphics library included in the samples. I have decided that I cant use portA as an IO bus and I am going to have to bitbang out the driver. The problem I am currently running into is the requirement of the graphics driver to implement glbuf as xmem. Whenever I try and declare this thing it says that it is a duplicate This is driving me nuts because I am not declareing it anywhere else. I have done a grep looking for it and it is nowhere.
I wonder if anyone even responds to theese threads? I wrote a similar one last week.