Skip to content

Commit c237769

Browse files
committed
enable scroll
1 parent 862db51 commit c237769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib_LGDP4532/src/LGDP4532.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ uint8_t LGDP4532_Init(uint8_t AddressSetupTime,uint8_t DataSetupTime) {
170170

171171
wr_reg(EPROMCONTROLREGISTER2,0x0002); // EPROM Control Register 2
172172
wr_reg(GATESCANCONTROL1,0x2700); // Driver Output Control // set GS bit, lines 320
173-
wr_reg(GATESCANCONTROL2,0x0001); // Base Image Display Control
173+
wr_reg(GATESCANCONTROL2,0x0003); // Base Image Display Control // scroll enable
174174
wr_reg(PANELINTERFACECONTROL1,0x0182); // Panel Interface Control 1 //set DIV1-0,RTN4-0 ,0199
175175
wr_reg(PANELINTERFACECONTROL3,0x0001); // Panel Interface Control 3
176176
wr_reg(TESTREGISTER4,0x0010); // Test Register 4

0 commit comments

Comments
 (0)