If it is supported from u8glib you can use that as driver. Check ui.h and ui.cpp. You need a new u8glib variant that you define in ui.h like others do (felix pro display for example). Then add initalization for that driver in ui.cpp and it should already work with the new controller variant.
Better use software SPI implementation if you require SPI. Since you need to write your own u8g initalization pin definition depends on how you implement it.
Comments