updated control loop + draw target graph +temps

This commit is contained in:
2021-08-21 22:15:43 +02:00
parent eefe46cae8
commit d0fbc713a5
13 changed files with 1280 additions and 95 deletions

View File

@@ -88,10 +88,8 @@
#define SMOOTH_FONT
// Nucleo-F767ZI has a ~216MHZ CPU clock, this is divided by 4, 8, 16 etc
//#define SPI_FREQUENCY 27000000 // 27MHz SPI clock
#define SPI_FREQUENCY 55000000 // 55MHz is over-clocking ILI9341 but seems to work reliably!
#define SPI_FREQUENCY 27000000 // 27MHz SPI clock
//#define SPI_FREQUENCY 55000000 // 55MHz is over-clocking ILI9341 but seems to work reliably!
#define SPI_READ_FREQUENCY 15000000 // Reads need a slower SPI clock, probably ends up at 13.75MHz (CPU clock/16)