|
|
@@ -1018,6 +1018,7 @@ static const luat_u8g2_dev_reg_t devregs[] = {
|
|
|
{.name="uc1701", .w=128, .h=64, .spi_i2c=1, .devcb=u8g2_Setup_uc1701_mini12864_f}, // uc1701
|
|
|
{.name="ssd1306_128x32", .w=128, .h=32, .spi_i2c=0, .devcb=u8g2_Setup_ssd1306_i2c_128x32_univision_f}, // ssd1306 128x32,I2C
|
|
|
{.name="st7565", .w=132, .h=64, .spi_i2c=1, .devcb=u8g2_Setup_st7565_ea_dogm132_f}, // st7565 128x32,SPI
|
|
|
+ {.name="st7565_jlx12864", .w=128, .h=64, .spi_i2c=1, .devcb=u8g2_Setup_st7565_jlx12864_1}, // 晶联讯12864G-109-PC,12864G-139-P
|
|
|
{.name=NULL} // 结尾用,必须加.
|
|
|
};
|
|
|
|