Skip to content

Commit

Permalink
issue #2546 codebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
olikraus committed Dec 6, 2024
1 parent 9141d2f commit fca25e6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tools/codebuild/codebuild.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,23 @@ struct controller controller_list[] =
}
},

{
"ssd1309", 16, 16, "u8g2_ll_hvline_vertical_top_lsb", "u8x8_cad_001", "", COM_4WSPI|COM_6800|COM_8080,
"", /* is_generate_u8g2_class= */ 1,
{
{ "128x128_noname0" },
{ NULL }
}
},
{
"ssd1309", 16, 16, "u8g2_ll_hvline_vertical_top_lsb", "u8x8_cad_ssd13xx_i2c", "i2c", COM_I2C,
"", /* is_generate_u8g2_class= */ 1,
{
{ "128x128_noname0" },
{ NULL }
}
},


{
"ssd1312", 16, 4, "u8g2_ll_hvline_vertical_top_lsb", "u8x8_cad_001", "", COM_4WSPI|COM_3WSPI|COM_6800|COM_8080|COM_8080,
Expand Down

0 comments on commit fca25e6

Please sign in to comment.