mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-05 04:05:34 +00:00
Turn off the LCD by default as it is somewhat flaky
This commit is contained in:
parent
2d973c5353
commit
99c331382b
@ -34,7 +34,7 @@
|
||||
#include "lcd.h"
|
||||
#include "hal_lcd.h"
|
||||
|
||||
#define WITH_LCD 1
|
||||
#define WITH_LCD 0
|
||||
|
||||
#define Y_MAX 9
|
||||
#define X_MAX 15
|
||||
|
@ -40,9 +40,12 @@
|
||||
|
||||
/*
|
||||
* 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 */
|
||||
#define F_CPU 8000000uL // 8MHz by default
|
||||
|
Loading…
Reference in New Issue
Block a user