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.
MegaLoggerHD is released
Re: MegaLoggerHD is released
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
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 (53.26 KiB) Viewed 14142 times
Re: MegaLoggerHD is released
Please update MultiLCD library. Latest sketch and libraries package can downloaded here.
Will add 2x font display soon.
Will add 2x font display soon.
Re: MegaLoggerHD is released
Hello, do you have any updates for the fonts ?
Thank you
Thank you
Re: MegaLoggerHD is released
hello, do you have any news on putting bigger fonts ?