Bug in latest code? LCD 2.8 blank after upload

Inquiry and support for Freematics products
Post Reply
gdpwork
Posts: 15
Joined: Sat Jun 21, 2014 9:48 am

Bug in latest code? LCD 2.8 blank after upload

Post by gdpwork »

Hi, I have the kit #2 and after uploading the latest code from github located in https://sourceforge.net/projects/obdcon/files/logger/ the LCD is blank and no information is retrieved. (I'm using the libraries from there).

I'm using the TFT 2.8" which is in code:
LCD_ILI9325D lcd; /* 2.8" ILI9325 based LCD */

and GPS as 38400 baud rate like:
#define GPS_BAUDRATE 38400/* bps */

UPDATE: Added an image of what I can see now in the display selecting the 2.8" display in the code. (latest code in the repository).
Now it's not blank, but seems the code is trying to put the information for a different display than the one selected in the code.
I'm attaching also an image of what's supposed to be displayed in the TFT Display.
Any idea? Is this a bug in the code?

Thanks. Guillermo.
Attachments
TFT data being Displayed
TFT data being Displayed
tft.jpg (56.46 KiB) Viewed 5058 times
TFT Display Needed information
TFT Display Needed information
tft2.jpg (24.23 KiB) Viewed 5058 times
Post Reply