This commit is contained in:
olikraus
2024-08-28 23:03:39 +02:00
parent ad9a95d00c
commit cacb3a2cfc
8 changed files with 660 additions and 3 deletions
+19
View File
@@ -2191,6 +2191,25 @@ struct controller controller_list[] =
{ NULL }
}
},
{
"ssd1363", 32, 16, "u8g2_ll_hvline_vertical_top_lsb", "u8x8_cad_011", "", COM_4WSPI|COM_3WSPI|COM_6800|COM_8080,
"Requires U8G2_16BIT (see u8g2.h)", /* is_generate_u8g2_class= */ 1,
{
{ "256x128" },
{ NULL }
}
},
{
"ssd1363", 32, 16, "u8g2_ll_hvline_vertical_top_lsb", "u8x8_cad_ssd13xx_fast_i2c", "i2c", COM_I2C, // not tested
"", /* is_generate_u8g2_class= */ 1,
{
{ "256x128" },
{ NULL }
}
},
{