摘要:
import matplotlib.font_manager as fm # 获取系统上的所有可用字体font_list = fm.fontManager.ttflist # 打印字体列表for font in font_list: print(font.name) 这将打印出系统上安装的所有可用字 阅读全文
摘要:
error: 'DEBUG_ESP_PORT' was not declared in this scope 解决方法: 菜单,工具,Debug port:,Serial 解决! From:https://blog.csdn.net/brook0344/article/details/1061693 阅读全文