parent
324bc1aedf
commit
acf2616a20
|
@ -239,7 +239,7 @@ static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe,
|
|||
{
|
||||
switch (par->info->var.rotate) {
|
||||
case 0:
|
||||
xs += 0x23; // 如果显示有偏移,将 xs 和 xe 偏移改成 0x24 试试
|
||||
xs += 0x23; // 如果显示有偏移,将 xs 或 xe 偏移改成 0x24 试试
|
||||
xe += 0x23;
|
||||
ys += 0x00;
|
||||
ye += 0x00;
|
||||
|
@ -247,7 +247,7 @@ static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe,
|
|||
default:
|
||||
xs += 0x00;
|
||||
xe += 0x00;
|
||||
ys += 0x24;
|
||||
ys += 0x23;
|
||||
ye += 0x24;
|
||||
break;
|
||||
}
|
||||
|
@ -262,7 +262,7 @@ static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe,
|
|||
|
||||
static struct fbtft_display display = {
|
||||
.regwidth = 8,
|
||||
.width = 170,
|
||||
.width = 171,
|
||||
.height = 320,
|
||||
.gamma_num = 2,
|
||||
.gamma_len = 14,
|
||||
|
|
Loading…
Reference in New Issue