JrockCa925 / u8glib

Automatically exported from code.google.com/p/u8glib
Other
0 stars 0 forks source link

add U8G_NOCOMMON to fonts #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add the gcc attribute to the fonts, merge fonts and check if this one merged 
font works. This could be a big speed improvement.

Original issue reported on code.google.com by olikr...@gmail.com on 6 Jan 2012 at 7:32

GoogleCodeExporter commented 8 years ago
solved by placing each font into a separate section (50% speed improvement 
during compiling), however there is now a warning in the Arduino IDE:
/tmp/ccqPCNFy.s: Assembler messages:
/tmp/ccqPCNFy.s:777229: Warning: .stabs: description field '105b5' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777233: Warning: .stabs: description field '10370' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777234: Warning: .stabs: description field '10c76' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777238: Warning: .stabs: description field '1030a' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777239: Warning: .stabs: description field '10bfa' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777240: Warning: .stabs: description field '113f5' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777241: Warning: .stabs: description field '1186d' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777242: Warning: .stabs: description field '11695' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777243: Warning: .stabs: description field '11b3c' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777244: Warning: .stabs: description field '11c64' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777245: Warning: .stabs: description field '11d15' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777246: Warning: .stabs: description field '11fd2' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777247: Warning: .stabs: description field '120a6' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777248: Warning: .stabs: description field '12309' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777264: Warning: .stabs: description field '10f6b' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777265: Warning: .stabs: description field '110f4' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777266: Warning: .stabs: description field '110cb' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777267: Warning: .stabs: description field '111b1' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777268: Warning: .stabs: description field '11339' too big, try 
a different debug format
/tmp/ccqPCNFy.s:777269: Warning: .stabs: description field '11311' too big, try 
a different debug format

Original comment by olikr...@gmail.com on 6 Jan 2012 at 8:45

GoogleCodeExporter commented 8 years ago
warning removed (by more compact font arrays)

Original comment by olikr...@gmail.com on 6 Jan 2012 at 9:20