This commit is contained in:
olikraus
2026-01-16 17:52:15 +01:00
parent 7b5b81d7f9
commit 13378efa82
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ uint8_t u8x8_d_uc1698u_common(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *
} }
/*================================================*/ /*================================================*/
/* EA DOGM240 */ /* https://github.com/olikraus/u8g2/issues/2164 */
static const u8x8_display_info_t u8x8_uc1698u_cg160160_display_info = static const u8x8_display_info_t u8x8_uc1698u_cg160160_display_info =
+8
View File
@@ -1414,6 +1414,14 @@ struct controller controller_list[] =
} }
}, },
{
"uc1698", 20, 20, "u8g2_ll_hvline_horizontal_right_lsb", "u8x8_cad_001", "", COM_4WSPI|COM_3WSPI|COM_6800|COM_8080,
"", /* is_generate_u8g2_class= */ 1,
{
{ "160x160" },
{ NULL }
}
},
{ {
"st7511", 40, 30, "u8g2_ll_hvline_vertical_top_lsb", "u8x8_cad_011", "", COM_4WSPI|COM_3WSPI|COM_6800|COM_8080, "st7511", 40, 30, "u8g2_ll_hvline_vertical_top_lsb", "u8x8_cad_011", "", COM_4WSPI|COM_3WSPI|COM_6800|COM_8080,