例如我定义一个函数,可以显示带框框的数字 复制 unsigned char code num[][16]={ {0x00,0xE0,0x...
Some usefull libraries for STM32. Contribute to SL-RU/stm32libs development by creating an account on GitHub.
esp_lcd_panel_ssd1306_config_t ssd1306_config = { .height = static_cast<uint8_t>(height_), }; panel_config.vendor_config = &ssd1306_config; ESP_ERROR_CHECK(esp_lcd_new_panel_ssd1306(panel_io_, &panel_config, &panel_)); ESP_LOGI(TAG, "SSD1306 driver installed");...
ssd1306OLED显示屏-MicroPython-ESP32-中文显示-利用GB2312字库(非手动取模) - ssd1306-MicroPython-ESP32-Chinese/lcd_class.py at main · yuting-li/ssd1306-MicroPython-ESP32-Chinese
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} aqrln / bad-apple-stm32-ssd1306 Public Notifications You must be signed in to change notification settings Fork 1 Star 0 ...
ssd1306OLED显示屏-MicroPython-ESP32-中文显示-利用GB2312字库(非手动取模) - ssd1306-MicroPython-ESP32-Chinese/oled_class.py at main · yuting-li/ssd1306-MicroPython-ESP32-Chinese
ssd1306OLED显示屏-MicroPython-ESP32-中文显示-利用GB2312字库(非手动取模) - ssd1306-MicroPython-ESP32-Chinese/README.md at main · yuting-li/ssd1306-MicroPython-ESP32-Chinese
Cannot retrieve latest commit at this time. HistoryHistory Breadcrumbs stm32libs /HAL /ssd1306 /ssd1306 /Inc / fonts.hTop File metadata and controls Code Blame 129 lines (107 loc) · 2.85 KB Raw /** * original author: Tilen Majerle<tilen@majerle.eu> * modification for STM32f10x: Ale...