#include "stm32f10x.h" #include "Delay.h" #include "OLED.h" #include "Encoder.h" int16_t Num = 0; int main(void) { OLED_Init(); OLED_ShowString(1, 1, "Hello World"); while (1) { } }