disable fb_rle per default

This commit is contained in:
devsaurus 2016-09-28 22:02:50 +02:00
parent 837cf20633
commit c2732803a5
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
// Special display device to provide run-length encoded framebuffer contents
// to a Lua callback:
#define U8G_DISPLAY_FB_RLE
//#define U8G_DISPLAY_FB_RLE
//
// ***************************************************************************