Hi,
What are the pin used in MegaLogger, and pin i can use for other usage ??
Thanks !
Search found 4 matches
- Mon Aug 22, 2016 12:51 am
- Forum: Freematics Products
- Topic: Megalogger pin usage
- Replies: 3
- Views: 8400
- Tue Sep 22, 2015 5:35 am
- Forum: Freematics Software
- Topic: FONT_SIZE_XLARGE
- Replies: 0
- Views: 13402
FONT_SIZE_XLARGE
Hi
How Can i print a flat with FONT_SIZE_XLARGE
Thanks
How Can i print a flat with FONT_SIZE_XLARGE
Thanks
- Mon Sep 21, 2015 6:46 pm
- Forum: Freematics Products
- Topic: Date error
- Replies: 1
- Views: 13338
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);
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);
- Sun Aug 23, 2015 9:33 am
- Forum: Freematics Products
- Topic: Arduino Uno + 2.8 TFT Touchshield + MultiLCD library
- Replies: 2
- Views: 18927
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 ??
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 ??