Hallo,
hab es ausprobiert und es funktioniert.
Ab Zeile 345 hab ich die Sätzte für die SD Karte eingefügt.
Wäre auch schön wenn der Link mit da rein könnte:
https://www.thingiverse.com/thing:3916415
#elif MOTHERBOARD == 402 // RADDS with RADDS2LCD Adapter
// https://www.thingiverse.com/thing:1740725/files<br/>#define BEEPER_TYPE 1
#undef BEEPER_PIN
#define BEEPER_PIN 41
#define UI_DISPLAY_RS_PIN 42
#define UI_DISPLAY_RW_PIN -1
#define UI_DISPLAY_ENABLE_PIN 43
#define UI_DISPLAY_D0_PIN 44
#define UI_DISPLAY_D1_PIN 45
#define UI_DISPLAY_D2_PIN 46
#define UI_DISPLAY_D3_PIN 47
#define UI_DISPLAY_D4_PIN 44
#define UI_DISPLAY_D5_PIN 45
#define UI_DISPLAY_D6_PIN 46
#define UI_DISPLAY_D7_PIN 47
#undef SDSS
#define SDSS 10
#undef SPI_PIN
#define SPI_PIN 77
#undef SPI_CHAN
#define SPI_CHAN 0