add tests for parallel displays

This commit is contained in:
aceisace
2022-04-10 04:24:42 +02:00
parent f923321f24
commit f452135b42
47 changed files with 99 additions and 92 deletions

View File

@@ -223,7 +223,7 @@ UBYTE Display_BMP_Example(UWORD Panel_Width, UWORD Panel_Height, UDOUBLE Init_Ta
break;
}
case BitsPerPixel_4:{
Paint_DrawString_EN(10, 10, "4 bits per pixel 16 grayscale", &Font24, 0xF0, 0x00);
//Paint_DrawString_EN(10, 10, "4 bits per pixel 16 grayscale", &Font24, 0xF0, 0x00);
EPD_IT8951_4bp_Refresh(Refresh_Frame_Buf, 0, 0, WIDTH, HEIGHT, false, Init_Target_Memory_Addr,false);
break;
}