[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:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							20772492aa
						
					
				
				
					commit
					744bcaee61
				
			@@ -154,7 +154,7 @@ echo "/* Generated by $0 */" >> fontutf8-data.h
 | 
			
		||||
echo "/* This file is generated automatically, any changes to the file may be REPLACED by future processing. */" >> fontutf8-data.h
 | 
			
		||||
echo "/* Please turn to the tools call this script to change the contents! */" >> fontutf8-data.h
 | 
			
		||||
echo "" >> fontutf8-data.h
 | 
			
		||||
echo "#include <u8g.h>" >> fontutf8-data.h
 | 
			
		||||
echo "#include <U8glib.h>" >> fontutf8-data.h
 | 
			
		||||
#echo "#include \"fontutf8u8g.h\"" >> fontutf8-data.h
 | 
			
		||||
echo "" >> fontutf8-data.h
 | 
			
		||||
cat tmpa >> fontutf8-data.h
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user