ppr1 lcd is 'good enough' for now

This commit is contained in:
Kevin Hester
2020-10-24 09:49:14 +08:00
parent d4e95e95a6
commit f0eeaf01d4
5 changed files with 19 additions and 13 deletions

View File

@@ -209,6 +209,9 @@ External serial flash WP25R1635FZUIL0
#define HAS_EINK
// No screen wipes on eink
#define SCREEN_TRANSITION_MSECS 0
#define PIN_SPI1_MISO \
(32 + 7) // FIXME not really needed, but for now the SPI code requires something to be defined, pick an used GPIO
#define PIN_SPI1_MOSI PIN_EINK_MOSI

View File

@@ -122,6 +122,10 @@ static const uint8_t AREF = PIN_AREF;
// Define if screen should be mirrored left to right
#define SCREEN_MIRROR
// LCD screens are slow, so slowdown the wipe so it looks better
#define SCREEN_TRANSITION_MSECS 1000
#define SCREEN_TRANSITION_FRAMERATE 10 // fps
/*
* SPI Interfaces
*/