MegaLoggerHD is released

Inquiry and support for Freematics products
Post Reply
stanley
Site Admin
Posts: 1018
Joined: Sat Mar 01, 2014 3:15 am

MegaLoggerHD is released

Post by stanley »

MegaLoggerHD is a reworked version of MegaLogger which targets at the new Telematics Shield with 3.5" LCD of 480x320 resolution. It supports both Freematics OBD-II I2C Adapter and UART Adapter V2 (by switching in config.h). The code has just been committed to github. This is the initial revision. Subsequent improvements will be followed.

https://github.com/stanleyhuangyc/Ardui ... galoggerHD

PS: Make sure to update your OBD library before compiling the sketch.
onche
Posts: 20
Joined: Thu Sep 24, 2015 7:00 am

Re: MegaLoggerHD is released

Post by onche »

Hello,
I tried to compile but i ave the following error (see picture).
I updated all the libraries etc....
Did you uploaded the wrong files ?

Cheers

EDIT:
I changed the megaloggerHD sketch from "lcd.draw2x" to "lcd.draw4bpp"

void initScreen()
{
lcd.clear();
lcd.draw4bpp(frame0[0], 78, 78);
lcd.setXY(162, 0);
lcd.draw4bpp(frame0[0], 78, 78);
lcd.setXY(324, 0);
lcd.draw4bpp(frame0[0], 78, 78);
lcd.setXY(0, 164);
lcd.draw4bpp(frame0[0], 78, 78);
lcd.setXY(162, 164);
lcd.draw4bpp(frame0[0], 78, 78);
lcd.setXY(324, 164);
lcd.draw4bpp(frame0[0], 78, 78);


Could you please add a bigger font (at least 3 times) so that we can actual read the screen values while driving ? Or please explain how to code the fonts.h file. THanks
Attachments
pb.JPG
pb.JPG (53.26 KiB) Viewed 13317 times
stanley
Site Admin
Posts: 1018
Joined: Sat Mar 01, 2014 3:15 am

Re: MegaLoggerHD is released

Post by stanley »

Please update MultiLCD library. Latest sketch and libraries package can downloaded here.
Will add 2x font display soon.
onche
Posts: 20
Joined: Thu Sep 24, 2015 7:00 am

Re: MegaLoggerHD is released

Post by onche »

Hello, do you have any updates for the fonts ?
Thank you
onche
Posts: 20
Joined: Thu Sep 24, 2015 7:00 am

Re: MegaLoggerHD is released

Post by onche »

hello, do you have any news on putting bigger fonts ?
Post Reply