olikraus / dogm128

Automatically exported from code.google.com/p/dogm128
Other
20 stars 6 forks source link

workaround !!! issue #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

#if !defined(__AVR_ATmega2560__)  // workaround for "!!!" bootloader bug in 
Mega2560
    case 7: h = 11; p = font_7x13; f = "7x13"; break;
    case 8: h = 12; p = font_7x14; f = "7x14"; break;
    case 9: h = 12; p = font_8x13; f = "8x13"; break;
#else
    case 7: h = 12; p = font_8x13; f = "8x13"; break;
#endif

Original issue reported on code.google.com by olikr...@gmail.com on 30 Jul 2011 at 5:28

GoogleCodeExporter commented 9 years ago

Original comment by olikr...@gmail.com on 11 Aug 2011 at 6:47