Page 1 of 1

MegaLoggerHD is released

Posted: Wed Jul 06, 2016 5:38 pm
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.

Re: MegaLoggerHD is released

Posted: Thu Jul 07, 2016 11:47 pm
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

Re: MegaLoggerHD is released

Posted: Thu Jul 21, 2016 3:25 pm
by stanley
Please update MultiLCD library. Latest sketch and libraries package can downloaded here.
Will add 2x font display soon.

Re: MegaLoggerHD is released

Posted: Wed Aug 24, 2016 5:18 pm
by onche
Hello, do you have any updates for the fonts ?
Thank you

Re: MegaLoggerHD is released

Posted: Wed Oct 12, 2016 2:29 am
by onche
hello, do you have any news on putting bigger fonts ?