Skip to content

Commit

Permalink
Turn off the LCD by default as it is somewhat flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdunkels committed Aug 6, 2013
1 parent 2d973c5 commit 99c3313
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platform/exp5438/lcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions platform/exp5438/platform-conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99c3313

Please sign in to comment.