forked from kofal.net/zmk
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:
committed by
Pete Johanson
parent
9ff1eaeb5a
commit
dcf5e75fa6
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user