Search found 4 matches

by Paracetamol
Mon Aug 22, 2016 12:51 am
Forum: Freematics Products
Topic: Megalogger pin usage
Replies: 3
Views: 7689

Megalogger pin usage

Hi,
What are the pin used in MegaLogger, and pin i can use for other usage ??

Thanks !
by Paracetamol
Tue Sep 22, 2015 5:35 am
Forum: Freematics Software
Topic: FONT_SIZE_XLARGE
Replies: 0
Views: 12713

FONT_SIZE_XLARGE

Hi
How Can i print a flat with FONT_SIZE_XLARGE

Thanks
by Paracetamol
Mon Sep 21, 2015 6:46 pm
Forum: Freematics Products
Topic: Date error
Replies: 1
Views: 12954

Date error

I think that time is logged intead date

gps.get_datetime(&date, &time, 0);
if (date != gpsDate) {
// log date only if it's changed
logger.logData(PID_GPS_DATE, (int32_t)time);
gpsDate = date;
}
logger.logData(PID_GPS_TIME, (int32_t)time);
by Paracetamol
Sun Aug 23, 2015 9:33 am
Forum: Freematics Products
Topic: Arduino Uno + 2.8 TFT Touchshield + MultiLCD library
Replies: 2
Views: 18471

Re: Arduino Uno + 2.8 TFT Touchshield + MultiLCD library

Hi,
I have try this code UTFT_Buttons_Demo_320x240.ino with :
UTFT myGLCD(ITDB32S,38,39,40,41);
But the screen still black..
No problem with MultiLCD
Can someone help me ??