diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2006-10-15 23:40:37 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2006-10-15 23:40:37 +0000 |
| commit | e147bf3d9f6f58087050415ab6c99372c0ffab8d (patch) | |
| tree | f26b8e056572ee8519e4eec6d66e6ff27ea26606 | |
| parent | 45e3eed60d2f2f3f2d4279d771d241ec45bded96 (diff) | |
| download | rockbox-e147bf3d9f6f58087050415ab6c99372c0ffab8d.zip rockbox-e147bf3d9f6f58087050415ab6c99372c0ffab8d.tar.gz rockbox-e147bf3d9f6f58087050415ab6c99372c0ffab8d.tar.bz2 rockbox-e147bf3d9f6f58087050415ab6c99372c0ffab8d.tar.xz | |
re-enable the picthscreen in the v1 and v2 recorders
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11229 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-recorder.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-recorderv2.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h index ca9d1f3..a3ba43e 100644 --- a/firmware/export/config-recorder.h +++ b/firmware/export/config-recorder.h @@ -12,6 +12,8 @@ /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN +/* define this if you have access to the pitchscreen */ +#define HAVE_PITCHSCREEN /* LCD dimensions */ #define LCD_WIDTH 112 diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index 4f06820..58a0b78 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.h @@ -12,6 +12,8 @@ /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN +/* define this if you have access to the pitchscreen */ +#define HAVE_PITCHSCREEN /* LCD dimensions */ #define LCD_WIDTH 112 |