summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/CREDITS1
-rw-r--r--firmware/export/config-ipod4g.h3
-rw-r--r--firmware/export/config-ipodcolor.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/CREDITS b/docs/CREDITS
index b08ab1ad34..6bf771378c 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -322,6 +322,7 @@ Boris Gjenero
322Sylvain Fourmanoit 322Sylvain Fourmanoit
323Alex Parker 323Alex Parker
324Mario Lang 324Mario Lang
325Justin Foell
325The libmad team 326The libmad team
326The wavpack team 327The wavpack team
327The ffmpeg team 328The ffmpeg team
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index 588f8316b5..28f7b8b5a9 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -39,7 +39,6 @@
39#define LCD_WIDTH 160 39#define LCD_WIDTH 160
40#define LCD_HEIGHT 128 40#define LCD_HEIGHT 128
41#define LCD_DEPTH 2 /* 4 colours - 2bpp */ 41#define LCD_DEPTH 2 /* 4 colours - 2bpp */
42
43#define LCD_PIXELFORMAT HORIZONTAL_PACKING 42#define LCD_PIXELFORMAT HORIZONTAL_PACKING
44 43
45/* LCD contrast */ 44/* LCD contrast */
@@ -84,7 +83,7 @@
84 83
85#define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */ 84#define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */
86#define BATTERY_CAPACITY_MIN 630 /* min. capacity selectable */ 85#define BATTERY_CAPACITY_MIN 630 /* min. capacity selectable */
87#define BATTERY_CAPACITY_MAX 1000 /* max. capacity selectable */ 86#define BATTERY_CAPACITY_MAX 1200 /* max. capacity selectable */
88#define BATTERY_CAPACITY_INC 10 /* capacity increment */ 87#define BATTERY_CAPACITY_INC 10 /* capacity increment */
89#define BATTERY_TYPES_COUNT 1 /* only one type */ 88#define BATTERY_TYPES_COUNT 1 /* only one type */
90 89
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index 728ff46413..8a4c19eda7 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -75,7 +75,7 @@
75 75
76#define BATTERY_CAPACITY_DEFAULT 700 /* default battery capacity */ 76#define BATTERY_CAPACITY_DEFAULT 700 /* default battery capacity */
77#define BATTERY_CAPACITY_MIN 700 /* min. capacity selectable */ 77#define BATTERY_CAPACITY_MIN 700 /* min. capacity selectable */
78#define BATTERY_CAPACITY_MAX 1000 /* max. capacity selectable */ 78#define BATTERY_CAPACITY_MAX 1200 /* max. capacity selectable */
79#define BATTERY_CAPACITY_INC 10 /* capacity increment */ 79#define BATTERY_CAPACITY_INC 10 /* capacity increment */
80#define BATTERY_TYPES_COUNT 1 /* only one type */ 80#define BATTERY_TYPES_COUNT 1 /* only one type */
81 81