connectcore-demo-example: fix ccimx8x-sbc audio component position
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
90ffa6a9c8
commit
420bed0ba3
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2022-2024, Digi International Inc.
|
||||
* Copyright 2022-2025, Digi International Inc.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
|
|
@ -114,14 +114,14 @@ class CCIMX8X extends ConnectCoreDevice {
|
|||
AUDIO_COMPONENT_HAS_PANEL = true;
|
||||
AUDIO_COMPONENT_HAS_ARROW = true;
|
||||
AUDIO_COMPONENT_PANEL_ALWAYS_VISIBLE = false;
|
||||
AUDIO_COMPONENT_PANEL_ORIENTATION = VALUE_TOP;
|
||||
AUDIO_COMPONENT_PANEL_HORIZONTAL_PERCENT = 1;
|
||||
AUDIO_COMPONENT_PANEL_VERTICAL_PERCENT = 19;
|
||||
AUDIO_COMPONENT_ARROW_PERCENT = 16;
|
||||
AUDIO_COMPONENT_AREA_TOP_PERCENT = 7;
|
||||
AUDIO_COMPONENT_AREA_LEFT_PERCENT = 14.5;
|
||||
AUDIO_COMPONENT_AREA_WIDTH_PERCENT = 5.4;
|
||||
AUDIO_COMPONENT_AREA_HEIGHT_PERCENT = 11;
|
||||
AUDIO_COMPONENT_PANEL_ORIENTATION = VALUE_BOTTOM;
|
||||
AUDIO_COMPONENT_PANEL_HORIZONTAL_PERCENT = 75;
|
||||
AUDIO_COMPONENT_PANEL_VERTICAL_PERCENT = 27;
|
||||
AUDIO_COMPONENT_ARROW_PERCENT = 76;
|
||||
AUDIO_COMPONENT_AREA_TOP_PERCENT = 74;
|
||||
AUDIO_COMPONENT_AREA_LEFT_PERCENT = 73.5;
|
||||
AUDIO_COMPONENT_AREA_WIDTH_PERCENT = 7.5;
|
||||
AUDIO_COMPONENT_AREA_HEIGHT_PERCENT = 16;
|
||||
|
||||
LED_COMPONENT_VISIBLE = true;
|
||||
LED_COMPONENT_HAS_PANEL = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue