KrisKasprzak / FlickerFreePrint

Library to intelligently repaint old text before drawing new--eliminates drawing drafillRect()
17 stars 6 forks source link

dtostrf #3

Closed DiversSi closed 2 years ago

DiversSi commented 2 years ago

dtostrf not present in Adafruit library for M4 or M0 feathers

KrisKasprzak commented 2 years ago

Yep, that capability omitted from the default setup. I have added the required lib to this library

You can either

  1. re pull this library
  2. add the #include <avr/dtostrf.h> to your copy of FlickerFreePrint.h

I can at least compile using this library.

DiversSi commented 2 years ago

Yes, that works now. Thanks.