Turn off the LCD by default as it is somewhat flaky

This commit is contained in:
Adam Dunkels 2013-07-29 00:24:58 +02:00
parent 2d973c5353
commit 99c331382b
2 changed files with 6 additions and 3 deletions

View File

@ -34,7 +34,7 @@
#include "lcd.h" #include "lcd.h"
#include "hal_lcd.h" #include "hal_lcd.h"
#define WITH_LCD 1 #define WITH_LCD 0
#define Y_MAX 9 #define Y_MAX 9
#define X_MAX 15 #define X_MAX 15

View File

@ -40,9 +40,12 @@
/* /*
* Definitions below are dictated by the hardware and not really * Definitions below are dictated by the hardware and not really
* changeable! * changeable
*/ */
#define TYNDALL 1
#ifndef WITH_LCD
#define WITH_LCD 0
#endif /* 0 */
/* CPU target speed in Hz */ /* CPU target speed in Hz */
#define F_CPU 8000000uL // 8MHz by default #define F_CPU 8000000uL // 8MHz by default