techo-display: first bits

This commit is contained in:
Florent 2025-04-15 22:37:50 +02:00
parent 1f1d39d179
commit ea24a12ba3
6 changed files with 135 additions and 3 deletions

View file

@ -2,6 +2,10 @@
#include "wiring_constants.h"
#include "wiring_digital.h"
const int MISO = PIN_SPI1_MISO;
const int MOSI = PIN_SPI1_MOSI;
const int SCK = PIN_SPI1_SCK;
const uint32_t g_ADigitalPinMap[] = {
0xff, 0xff, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26,