Patch redundant lcd settings

This commit is contained in:
Scott Lahteine 2017-05-07 02:13:23 -05:00
parent 34b5041576
commit 26dba44cd3
2 changed files with 2 additions and 2 deletions

View File

@ -1149,7 +1149,7 @@
* IMPORTANT: The U8glib library is required for Full Graphic Display!
* https://github.com/olikraus/U8glib_Arduino
*/
#define ULTRA_LCD // Character based
//#define ULTRA_LCD // Character based
//#define DOGLCD // Full graphics display
/**

View File

@ -1158,7 +1158,7 @@
* IMPORTANT: The U8glib library is required for Full Graphic Display!
* https://github.com/olikraus/U8glib_Arduino
*/
#define ULTRA_LCD // Character based
//#define ULTRA_LCD // Character based
//#define DOGLCD // Full graphics display
/**