Fixed indentation
This commit is contained in:
parent
b9618a99d7
commit
9718d39d30
1 changed files with 70 additions and 70 deletions
|
@ -254,7 +254,7 @@ bool_t GDISP_LLD(init)(void) {
|
|||
/* Screen size */
|
||||
GDISP_LLD(writeindex)(SSD1963_SET_LCD_MODE);
|
||||
// GDISP_LLD(writedata)(0x0000);
|
||||
GDISP_LLD(writedata)(0b00011000);
|
||||
GDISP_LLD(writedata)(0b00011000); //Enabled dithering
|
||||
GDISP_LLD(writedata)(0x0000);
|
||||
GDISP_LLD(writedata)(mHIGH((SCREEN_WIDTH+1)));
|
||||
GDISP_LLD(writedata)((SCREEN_WIDTH+1));
|
||||
|
|
Loading…
Add table
Reference in a new issue