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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index efad75f1b2..4209955c2d 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -712,6 +712,16 @@ Lyre prototype 1 */
712#define BATTERY_CAPACITY_INC 0 712#define BATTERY_CAPACITY_INC 0
713#endif 713#endif
714 714
715#ifdef HAVE_RDS_CAP
716/* combinable bitflags */
717#define RDS_CFG_ISR 0x1 /* uses ISR to process packets */
718#define RDS_CFG_PROCESS 0x2 /* uses raw packet processing */
719#define RDS_CFG_PUSH 0x4 /* pushes processed information */
720#ifndef CONFIG_RDS
721#define CONFIG_RDS RDS_CFG_PROCESS /* thread processing+raw processing */
722#endif /* CONFIG_RDS */
723#endif /* HAVE_RDS_CAP */
724
715#ifndef CONFIG_ORIENTATION 725#ifndef CONFIG_ORIENTATION
716#if LCD_HEIGHT > LCD_WIDTH 726#if LCD_HEIGHT > LCD_WIDTH
717#define CONFIG_ORIENTATION SCREEN_PORTRAIT 727#define CONFIG_ORIENTATION SCREEN_PORTRAIT