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:
Joel Spadin 2023-05-14 13:08:33 -05:00 committed by Pete Johanson
parent 9ff1eaeb5a
commit dcf5e75fa6

View file

@ -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>;
};