fix(boards): Bump nRF5340 DK I2C buffer size
Increased the I2C buffer size again, since it needs to be at least 641 to support 128x64 displays.
This commit is contained in:
parent
9ff1eaeb5a
commit
dcf5e75fa6
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue