Skip to content

Commit

Permalink
uDisplay Parallel display on Core3 (#21529)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger committed May 30, 2024
1 parent f5ed2e0 commit ec69650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file.

### Fixed
- ESP32 slow response when using UDP as in emulation (#21470)
- uDisplay Parallel display on Core3

## [14.0.0.2] 20240529
### Added
Expand Down
1 change: 1 addition & 0 deletions lib/lib_display/UDisplay/uDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1289,6 +1289,7 @@ Renderer *uDisplay::Init(void) {
esp_lcd_i80_bus_config_t bus_config = {
.dc_gpio_num = par_rs,
.wr_gpio_num = par_wr,
.clk_src = LCD_CLK_SRC_DEFAULT,
.bus_width = bus_width,
.max_transfer_bytes = 32768
};
Expand Down

0 comments on commit ec69650

Please sign in to comment.