Hi guys
i got yesterday my ultimate gps V3 breakout board and it works great with the serial port and the test programs....
how ever the problem is that when i want to use the SSD1306(128 x 64 spi) oled display and the adrafruit display library just to display the location on the parsing example and for some reason the arduino goes mega Crazy and it does nothing.
on the other hand, i have also the nokia pcd8544 display and i found a basic text display library http://code.google.com/p/pcd8544/ that i inserted on the parsing example display and it works great.
i am wondering if there is something wrong with the library for the ssd1306 maybe the library :
Uses the same timer interrupt as the GPS Parsing sketch?
The library is too heavy and with the GPS Parsing sketch it goes crazy(but seriously i am just displaying once and it is just one line)?
I dont know if it is possible but it would be a good request to adafruit if you guys can do SIMPLE text display library for the SSD1306 which does not eat half of the arduino resources?
thanks

