mikalhart / TinyGPSPlus

A new, customizable Arduino NMEA parsing library
http://arduiniana.org
1.08k stars 490 forks source link

Attiny85 #93

Open ssombra opened 3 years ago

ssombra commented 3 years ago

Hi, I am building a speedometer and found your library. I first used it with a Nano and now I am trying to use a Attiny85 instead. The library works great, even for someone with no experience like me. However, it of course uses more memory of the Attiny than I would like, mainly because I also need a library for the display. Being a complete noob I wonder if there is a safe and easy way to reduce its size taking into account that I am only using 4 data from the GPS: speed, #of sats, lat and long. I took a look in the files of the library but I honestly don't have an idea where to start. Any advice would be very appreciated.