STM32F103C8驅動兩個oled顯示不同畫面
- #include "stm32f10x.h" // Device header
- #include "Delay.h"
- #include "OLED.h"
- #include "Key.h"
- #include "OLED2.h"
- uint8_t KeyNum = 0;
- int main(void)
- {
- OLED_Init();
- OLED_Init2();
- OLED_ShowString(1, 3, "HelloWorld!");
- OLED_ShowString2(3, 3, "Hello!");
-
- while (1)
- {
-
-
- }
- }
復制代碼
下載:
雙oled驅動不同畫面.7z
(178.64 KB, 下載次數: 7)
2023-10-28 14:30 上傳
點擊文件名下載附件
|