Here are some pictures of the arduino with the display:
Kit #3:Blank, white display after uploading Megalogger
Re: Kit #3:Blank, white display after uploading Megalogger
Are you sure the sketch is successfully compiled and uploaded to the board. I also noticed the screen shield is not fully inserted.
Re: Kit #3:Blank, white display after uploading Megalogger
Hi there,
i had the same problem ( lol .. no, plugged in all the way)
I was using the old 12c / serial board and had to uncomment LCD driver to ->> LCD_ILI9325D lcd; /* 2.8" ILI9325 based TFT LCD */
then it worked. I also found that the GPS didnt work. I had the 5 HZ version so i had to change teh baud rate to 38400 for the GPS.
Now i have working LCD and Working GPS
Now, i just need to figure out why the SD card doesnt work
i had the same problem ( lol .. no, plugged in all the way)
I was using the old 12c / serial board and had to uncomment LCD driver to ->> LCD_ILI9325D lcd; /* 2.8" ILI9325 based TFT LCD */
then it worked. I also found that the GPS didnt work. I had the 5 HZ version so i had to change teh baud rate to 38400 for the GPS.
Now i have working LCD and Working GPS
Now, i just need to figure out why the SD card doesnt work
Re: Kit #3:Blank, white display after uploading Megalogger
What you've got is 3.2" LCD instead of 2.8". It seems you did that wrong in config.h.