mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
Restore RA8876 SPI speed to 24000000 (#20717)
This commit is contained in:
parent
00ea2a78d6
commit
efa7514090
@ -156,8 +156,8 @@ typedef uint8_t FontFlags;
|
|||||||
// 1MHz. TODO: Figure out actual speed to use
|
// 1MHz. TODO: Figure out actual speed to use
|
||||||
// Data sheet section 5.2 says maximum SPI clock is 50MHz.
|
// Data sheet section 5.2 says maximum SPI clock is 50MHz.
|
||||||
//#define RA8876_SPI_SPEED 10000000
|
//#define RA8876_SPI_SPEED 10000000
|
||||||
//#define RA8876_SPI_SPEED 25000000
|
#define RA8876_SPI_SPEED 25000000
|
||||||
#define RA8876_SPI_SPEED 40000000
|
//#define RA8876_SPI_SPEED 40000000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// With SPI, the RA8876 expects an initial byte where the top two bits are meaningful. Bit 7
|
// With SPI, the RA8876 expects an initial byte where the top two bits are meaningful. Bit 7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user