mirror of
https://github.com/olikraus/u8g2.git
synced 2026-07-27 20:05:57 +00:00
issue #2164
This commit is contained in:
@@ -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 =
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user