Tried Mike's method, I'm afraid 14K of words ain't gonna cut it. I tried to lower it from 9600 to 4266 but it still ain't working. But this time CCS says there's no room in the ram :(
Are you aware that this is 'data eeprom' and the 16F877 only has 256
bytes of it ? It looks like you're trying to draw a huge 320x240 bitmap
(which takes 9600 bytes) with only 256 bytes of data ee ...
I'm trying to port code that working in C18 to CCS but haven't had any luck. It to display a bitmap on the SED1335 controller based GLCD. I can display 5x7 fonts in the library that CCS provided and d ...