andysworkshop / stm32plus

The C++ library for the STM32 F0, F100, F103, F107 and F4 microcontrollers

Home Page:http://www.andybrown.me.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oled display section won't compile

zakamik opened this issue · comments

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"