andysworkshop / stm32plus

The C++ library for the STM32 F0, F100, F103, F107 and F4 microcontrollers
http://www.andybrown.me.uk
Other
745 stars 224 forks source link

Oled display section won't compile #200

Open zakamik opened 7 years ago

zakamik commented 7 years ago

Hello, I tried to use SSD1306 library but it won't compile. One of the reasons I found so far are missing includes in include/display/graphic/Serial4WireSpiAccessMode.h:

#include "gpio/Gpio.h"
#include "display/graphic/DmaFsmcLcdMemoryCopy.h"
#include "spi/SpiWriter.h"