ccmp25-dvk: fix LED area position
The position of the LED on the dashboard wasn't matching the real position of the LED on the DVK Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
28932ae553
commit
44351d357d
|
|
@ -143,8 +143,8 @@ class CCMP255 extends ConnectCoreDevice {
|
|||
LED_COMPONENT_PANEL_ORIENTATION = VALUE_BOTTOM;
|
||||
LED_COMPONENT_PANEL_HORIZONTAL_PERCENT = 69;
|
||||
LED_COMPONENT_PANEL_VERTICAL_PERCENT = 10;
|
||||
LED_COMPONENT_AREA_TOP_PERCENT = 26;
|
||||
LED_COMPONENT_AREA_LEFT_PERCENT = 10;
|
||||
LED_COMPONENT_AREA_TOP_PERCENT = 89;
|
||||
LED_COMPONENT_AREA_LEFT_PERCENT = 68;
|
||||
LED_COMPONENT_AREA_WIDTH_PERCENT = 1.8;
|
||||
LED_COMPONENT_AREA_HEIGHT_PERCENT = 4;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue