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 9bc6c7c775..15b137588e 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -379,6 +379,16 @@
379#endif 379#endif
380#endif 380#endif
381 381
382/* Pixel aspect ratio is defined in terms of a multiplier for pixel width and
383 * height, and is set to 1:1 if the target does not set a value
384 */
385#ifndef LCD_PIXEL_ASPECT_HEIGHT
386#define LCD_PIXEL_ASPECT_HEIGHT 1
387#endif
388#ifndef LCD_PIXEL_ASPECT_WIDTH
389#define LCD_PIXEL_ASPECT_WIDTH 1
390#endif
391
382/* define this in the target config.h to use a different size */ 392/* define this in the target config.h to use a different size */
383#ifndef CONFIG_DEFAULT_ICON_HEIGHT 393#ifndef CONFIG_DEFAULT_ICON_HEIGHT
384#define CONFIG_DEFAULT_ICON_HEIGHT 8 394#define CONFIG_DEFAULT_ICON_HEIGHT 8