Skip to content

Commit 64674a4

Browse files
authored
Merge pull request #428 from dynfer/pr1
fix width/height according to AN
2 parents 8d863d9 + 7286ba5 commit 64674a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

os/hal/ports/STM32/LLD/LTDCv1/hal_stm32_ltdc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@
113113

114114
#define LTDC_MIN_SCREEN_WIDTH (1)
115115
#define LTDC_MIN_SCREEN_HEIGHT (1)
116-
#define LTDC_MAX_SCREEN_WIDTH (800)
117-
#define LTDC_MAX_SCREEN_HEIGHT (600)
116+
#define LTDC_MAX_SCREEN_WIDTH (4096)
117+
#define LTDC_MAX_SCREEN_HEIGHT (2048)
118118

119119
#define LTDC_MIN_HSYNC_WIDTH (1)
120120
#define LTDC_MIN_VSYNC_HEIGHT (1)

0 commit comments

Comments
 (0)