Gap set to 52 just works

This commit is contained in:
Ken Van Hoeylandt 2026-08-11 22:09:04 +02:00
parent e76fc4c702
commit 9373004c44

View File

@ -93,7 +93,7 @@
horizontal-resolution = <240>; horizontal-resolution = <240>;
vertical-resolution = <135>; vertical-resolution = <135>;
// Should be 52 according to https://github.com/m5stack/M5GFX/blob/master/src/M5GFX.cpp but this leaves a gap at the bottom // Should be 52 according to https://github.com/m5stack/M5GFX/blob/master/src/M5GFX.cpp but this leaves a gap at the bottom
gap-x = <53>; gap-x = <52>;
gap-y = <40>; gap-y = <40>;
swap-xy; swap-xy;
mirror-x; mirror-x;