Skip to content

Commit

Permalink
update espp and esp-protocols submodules. fix API change to display i…
Browse files Browse the repository at this point in the history
…n espp
  • Loading branch information
finger563 committed Feb 18, 2024
1 parent 93ea4f8 commit 1ec3bec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/esp-protocols
Submodule esp-protocols updated 288 files
2 changes: 1 addition & 1 deletion components/espp
Submodule espp updated 346 files
4 changes: 2 additions & 2 deletions main/lcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ void lcd_init() {
.lcd_send_lines = lcd_send_lines,
.reset_pin = lcd_reset,
.data_command_pin = lcd_dc,
.backlight_pin = backlight,
.backlight_on_value = backlight_value,
.reset_value = reset_value,
.invert_colors = invert_colors,
.mirror_x = mirror_x,
Expand All @@ -201,6 +199,8 @@ void lcd_init() {
.height = display_height,
.pixel_buffer_size = pixel_buffer_size,
.flush_callback = DisplayDriver::flush,
.backlight_pin = backlight,
.backlight_on_value = backlight_value,
.update_period = 5ms,
.double_buffered = true,
.allocation_flags = MALLOC_CAP_8BIT | MALLOC_CAP_DMA,
Expand Down

0 comments on commit 1ec3bec

Please sign in to comment.