Skip to content

Commit

Permalink
add:u8g2添加st7565驱动支持
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozingfiretruck committed May 16, 2023
1 parent 42c1faf commit bddbd29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/u8g2/luat_lib_u8g2.c
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,7 @@ static const luat_u8g2_dev_reg_t devregs[] = {
{.name="st7567", .w=128, .h=64, .spi_i2c=1, .devcb=u8g2_Setup_st7567_jlx12864_f}, // st7567 128x64
{.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=0, .devcb=u8g2_Setup_st7565_ea_dogm132_f}, // st7565 128x32,I2C
{.name=NULL} // 结尾用,必须加.
};

Expand Down

0 comments on commit bddbd29

Please sign in to comment.