Skip to content

Commit 887c3ed

Browse files
committed
Allow any LV_DPI_DEF
Signed-off-by: falkTX <[email protected]>
1 parent 17bd962 commit 887c3ed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

generic/LVGL.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ START_NAMESPACE_DGL
4646
# error LV_DEF_REFR_PERIOD must be 1 for DPF builds
4747
#endif
4848

49-
#if LV_DPI_DEF != 160
50-
# error LV_DPI_DEF must be 160 for DPF builds
51-
#endif
52-
5349
#if LV_USE_STDLIB_MALLOC != LV_STDLIB_CLIB
5450
# error LV_USE_STDLIB_MALLOC must be LV_STDLIB_CLIB for DPF builds
5551
#endif

0 commit comments

Comments
 (0)