oled called, not working

This commit is contained in:
2018-04-01 15:13:42 +02:00
parent d265d8f777
commit f315ddaf09

View File

@ -21,6 +21,7 @@
#include "stm32f1xx_hal.h"
#include "led.h"
#include "oled.h"
@ -43,6 +44,8 @@ void my_errorHandler() {
void my_setup_2() {
blinkInit();
LED_P8x16Str(0, 0, "Hallo");
}