Skip to content

Commit

Permalink
update example for #2191
Browse files Browse the repository at this point in the history
  • Loading branch information
olikraus committed Jun 25, 2023
1 parent c801479 commit 8fb75de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/arduino/u8g2_page_buffer/I2CLCDBoard/I2CLCDBoard.ino
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ void setup(void) {
The C init functions are listed here: https://github.com/olikraus/u8g2/wiki/u8g2setupc
Just replace the function name accordingly.
*/
u8g2_Setup_t6963_240x128_1(u8g2.getU8g2(), U8G2_R0, u8x8_byte_i2c_lcd_board, u8x8_gpio_and_delay_i2c_lcd_board);
u8g2_Setup_t6963_240x128_2(u8g2.getU8g2(), U8G2_R0, u8x8_byte_i2c_lcd_board, u8x8_gpio_and_delay_i2c_lcd_board);
u8g2.begin();
}

Expand Down

0 comments on commit 8fb75de

Please sign in to comment.