Closed GoogleCodeExporter closed 9 years ago
> Well I think an upgrade to the standard ints (16-bit) is in order. (I can do
this
> myself but I think it should also be done with the functions in the library)
yes, i am sure you can uncomment line 39 in
http://code.google.com/p/u8glib/source/browse/csrc/u8g.h
Expect some larger size of your program.
Will this solve your problem?
Oliver
Original comment by olikr...@gmail.com
on 7 Feb 2013 at 10:19
Well I did. The Arduino IDE still gives 1 for
<code>
#if defined(U8G_16BIT)
Serial.println("16BIT");
#endif
Serial.println(sizeof(u8g_uint_t));
</code>
and 16BIT doesn't get printed.
But if I compile & upload the project in Visual Studio it does work, so i guess
it fixed the problem.
And by the way how thoughtful a 16 bit switch! Kudos!
Original comment by erwin.de...@outlook.com
on 7 Feb 2013 at 10:44
Original comment by olikr...@gmail.com
on 16 Feb 2013 at 1:14
Original issue reported on code.google.com by
erwin.de...@outlook.com
on 7 Feb 2013 at 9:52