Skip to content

Commit

Permalink
fix(boards): Bump nRF5340 DK I2C buffer size
Browse files Browse the repository at this point in the history
Increased the I2C buffer size again, since it needs to be at least 641
to support 128x64 displays.
  • Loading branch information
joelspadin authored and petejohanson committed Jun 18, 2023
1 parent 9ff1eae commit dcf5e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/boards/nrf5340dk_nrf5340_cpuapp.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

&arduino_i2c {
// Default buffer size is too small for use with displays.
zephyr,concat-buf-size = <512>;
zephyr,concat-buf-size = <1024>;
};

0 comments on commit dcf5e75

Please sign in to comment.