Hi,
I tried to use your Display Driver to write my own Application for the Xprotolab but I can't get it to run

Can you please tell me how to configure USARTD0 ?! I tried with the part of the Xprotolab sources on internal OSC with 32 MHz but I can't even set the Display on:
// Initialize USARTD0 for OLED
USARTD0.BAUDCTRLA = 0x01; // SPI clock rate for display
USARTD0.CTRLC ? ? = 0xC0; ? ? ? ? ? // Master SPI mode,
USARTD0.CTRLB ? ? = 0x08; ? ? ? ? ? // Enable TX
?
From the sources and schematics it seems like you don't use USART in SPI Mode, but "emulate" SPI?!
I'm not that deep into programming ?C, so please excuse me if my question sounds stupid

?
Thanks,
Manu