Skip to content

Commit 5595eb7

Browse files
committed
Mon 18 Nov 2019 08:43:47 EST - quick fix
1 parent 8a5a90a commit 5595eb7

File tree

22 files changed

+111
-63
lines changed

22 files changed

+111
-63
lines changed

Components/frodo-go/components/odroid/odroid_input.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ static float adc_value = 0.0f;
2727
static float forced_adc_value = 0.0f;
2828
static bool battery_monitor_enabled = true;
2929

30-
#define BACKLIGHT_LEVEL_COUNT (4)
31-
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10, 33, 66, 100};
30+
#define BACKLIGHT_LEVEL_COUNT (10)
31+
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10,20,30,40,50,60,70,80,90,100};
3232
static int BacklightLevel = BACKLIGHT_LEVEL_COUNT - 1;
3333

3434
int is_backlight_initialized();

Components/go-play/odroid-go-common/components/odroid/odroid_input.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ static float adc_value = 0.0f;
2727
static float forced_adc_value = 0.0f;
2828
static bool battery_monitor_enabled = true;
2929

30-
#define BACKLIGHT_LEVEL_COUNT (4)
31-
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10, 33, 66, 100};
30+
#define BACKLIGHT_LEVEL_COUNT (10)
31+
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10,20,30,40,50,60,70,80,90,100};
3232
static int BacklightLevel = BACKLIGHT_LEVEL_COUNT - 1;
3333

3434
int is_backlight_initialized();

Components/gogo/components/odroid/odroid_input.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ static float adc_value = 0.0f;
2727
static float forced_adc_value = 0.0f;
2828
static bool battery_monitor_enabled = true;
2929

30-
#define BACKLIGHT_LEVEL_COUNT (4)
31-
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10, 33, 66, 100};
30+
#define BACKLIGHT_LEVEL_COUNT (10)
31+
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10,20,30,40,50,60,70,80,90,100};
3232
static int BacklightLevel = BACKLIGHT_LEVEL_COUNT - 1;
3333

3434
int is_backlight_initialized();

Components/handy-go/components/odroid/odroid_input.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ static float adc_value = 0.0f;
3030
static float forced_adc_value = 0.0f;
3131
static bool battery_monitor_enabled = true;
3232

33-
#define BACKLIGHT_LEVEL_COUNT (4)
34-
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10, 33, 66, 100};
33+
#define BACKLIGHT_LEVEL_COUNT (10)
34+
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10,20,30,40,50,60,70,80,90,100};
3535
static int BacklightLevel = BACKLIGHT_LEVEL_COUNT - 1;
3636

3737
int is_backlight_initialized();

Components/odroid-go-pcengine-huexpress/odroid-go-common/components/odroid/odroid_input.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ static float adc_value = 0.0f;
3030
static float forced_adc_value = 0.0f;
3131
static bool battery_monitor_enabled = true;
3232

33-
#define BACKLIGHT_LEVEL_COUNT (4)
34-
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10, 33, 66, 100};
33+
#define BACKLIGHT_LEVEL_COUNT (10)
34+
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10,20,30,40,50,60,70,80,90,100};
3535
static int BacklightLevel = BACKLIGHT_LEVEL_COUNT - 1;
3636

3737
int is_backlight_initialized();

Components/pitpo/odroid-go-common/components/odroid/odroid_input.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ static float adc_value = 0.0f;
2727
static float forced_adc_value = 0.0f;
2828
static bool battery_monitor_enabled = true;
2929

30-
#define BACKLIGHT_LEVEL_COUNT (4)
31-
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10, 33, 66, 100};
30+
#define BACKLIGHT_LEVEL_COUNT (10)
31+
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10,20,30,40,50,60,70,80,90,100};
3232
static int BacklightLevel = BACKLIGHT_LEVEL_COUNT - 1;
3333

3434
int is_backlight_initialized();

Components/prosystem-odroid-go/components/odroid/odroid_input.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ static float adc_value = 0.0f;
2727
static float forced_adc_value = 0.0f;
2828
static bool battery_monitor_enabled = true;
2929

30-
#define BACKLIGHT_LEVEL_COUNT (4)
31-
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10, 33, 66, 100};
30+
#define BACKLIGHT_LEVEL_COUNT (10)
31+
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10,20,30,40,50,60,70,80,90,100};
3232
static int BacklightLevel = BACKLIGHT_LEVEL_COUNT - 1;
3333

3434
int is_backlight_initialized();

Components/stella-odroid-go/components/odroid/odroid_input.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ static float adc_value = 0.0f;
2727
static float forced_adc_value = 0.0f;
2828
static bool battery_monitor_enabled = true;
2929

30-
#define BACKLIGHT_LEVEL_COUNT (4)
31-
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10, 33, 66, 100};
30+
#define BACKLIGHT_LEVEL_COUNT (10)
31+
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10,20,30,40,50,60,70,80,90,100};
3232
static int BacklightLevel = BACKLIGHT_LEVEL_COUNT - 1;
3333

3434
int is_backlight_initialized();

Components/super-go-play/odroid-go-common/components/odroid/odroid_input.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ static float adc_value = 0.0f;
2727
static float forced_adc_value = 0.0f;
2828
static bool battery_monitor_enabled = true;
2929

30-
#define BACKLIGHT_LEVEL_COUNT (4)
31-
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10, 33, 66, 100};
30+
#define BACKLIGHT_LEVEL_COUNT (10)
31+
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10,20,30,40,50,60,70,80,90,100};
3232
static int BacklightLevel = BACKLIGHT_LEVEL_COUNT - 1;
3333

3434
int is_backlight_initialized();

Emulators/handy-go/components/odroid/odroid_input.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ static float adc_value = 0.0f;
3030
static float forced_adc_value = 0.0f;
3131
static bool battery_monitor_enabled = true;
3232

33-
#define BACKLIGHT_LEVEL_COUNT (4)
34-
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10, 33, 66, 100};
33+
#define BACKLIGHT_LEVEL_COUNT (10)
34+
static int BacklightLevels[BACKLIGHT_LEVEL_COUNT] = {10,20,30,40,50,60,70,80,90,100};
3535
static int BacklightLevel = BACKLIGHT_LEVEL_COUNT - 1;
3636

3737
int is_backlight_initialized();

0 commit comments

Comments
 (0)