summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 5e7b2be6e4..702b821856 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -276,6 +276,7 @@
276#define LCD_IHIFI800 68 /* as used by IHIFI 800 */ 276#define LCD_IHIFI800 68 /* as used by IHIFI 800 */
277#define LCD_FIIOM3K 69 /* as used by the FiiO M3K */ 277#define LCD_FIIOM3K 69 /* as used by the FiiO M3K */
278#define LCD_SHANLING_Q1 70 /* as used by the Shanling Q1 */ 278#define LCD_SHANLING_Q1 70 /* as used by the Shanling Q1 */
279#define LCD_EROSQ 71 /* as used by the ErosQ (native) */
279 280
280/* LCD_PIXELFORMAT */ 281/* LCD_PIXELFORMAT */
281#define HORIZONTAL_PACKING 1 282#define HORIZONTAL_PACKING 1
@@ -596,6 +597,8 @@ Lyre prototype 1 */
596#include "config/aigoerosq.h" 597#include "config/aigoerosq.h"
597#elif defined(SHANLING_Q1) 598#elif defined(SHANLING_Q1)
598#include "config/shanlingq1.h" 599#include "config/shanlingq1.h"
600#elif defined(EROS_QN)
601#include "config/erosqnative.h"
599#else 602#else
600//#error "unknown hwardware platform!" 603//#error "unknown hwardware platform!"
601#endif 604#endif