[2.0.x] Fix problems compiling with Arduino IDE (#10441)

* Fix problems compiling u8glib utf8 support on Arduino
* Change header in auto-generated font data
* Change include in font gen scripts
This commit is contained in:
Chris Pepper
2018-04-17 23:28:55 +01:00
committed by Scott Lahteine
parent 20772492aa
commit 744bcaee61
34 changed files with 52 additions and 52 deletions

View File

@ -101,10 +101,7 @@ EOF
#endif
EOF
sed -e 's|#include "u8g.h"|#include <clib/u8g.h>|' -i tmp3.h
cd ..
mv ${DN_WORK}/tmp3.h src/lcd/dogm/dogm_font_data_ISO10646_1.h
fi