skpang / Teensy_40_NMEA2000_wind_and_temperature_480x320_LCD

MIT License
5 stars 2 forks source link

Missing requirements? #1

Open diphen opened 3 years ago

diphen commented 3 years ago

Only including the LVGL and NMEA2000 libraries, the sketch can't be verified on Arduino IDE 1.8.10.

It appears to be missing ILI9488_t3.h, so after some digging I included a library that seems to work. It would be great to know specifically which ILI9488 library you're using.

After adding ILI9488, Arduino IDE complains about missing types for the display buffer and a number of missing LV_ variables.

I'm new to LVGL, but was hoping to leverage your sample to play around with the board, but no luck so far.

Is this code dependent on a specific version of LVGL than what is pointed to in the readme?

Could you include the lv_conf.h you built this with?

skpang commented 3 years ago

Please contact us for the lv_conf.h file.

cjd41 commented 2 years ago

I am also trying to build this for the Teensy/NMEA board. How should I go about getting the lv_conf.h file and anything else required to build the firmware?

skpang commented 2 years ago

File added to repo.

jbrucemarr commented 11 months ago

I am also having issues... I do see where the lv_conf.h file was added, but trying to find out version of lvgl - the conf shows v7.8.1-dev which is not available.

Can you provide any details to assist in getting the code to compile without errors?

Or can you just post everything here? Don't need NMEA200 library, but maybe everything else?

Thank you!

tsgouros commented 2 weeks ago

Updated and working version of this code available at https://github.com/tsgouros/Teensy_40_NMEA2000_depth_and_temperature_480x320_LCD

Uses LVGL 7.11, adapted for an Airmar DT800 depth and temperature device. Tried to document the library usage better, too. Still under development, YMMV, etc.