Skip to content

Commit ad641f8

Browse files
vlone836fabiobaltieri
authored andcommitted
boards: shields: m5stack_cardputer: Correct the display parameter
Refer to the M5Stack official code, it need to correct the value of x-offset of st7789v display driver from 53 to 52, or the leftmost column of the LCD shows an anomaly. Signed-off-by: Xianglong Zhang <[email protected]>
1 parent 4ff7102 commit ad641f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/shields/m5stack_cardputer/m5stack_cardputer.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
width = <135>;
3535
height = <240>;
36-
x-offset = <53>;
36+
x-offset = <52>;
3737
y-offset = <40>;
3838

3939
vcom = <0x28>;

0 commit comments

Comments
 (0)