Skip to content

zhangnew/SmallDesktopDisplay

 
 

Repository files navigation

SmallDesktopDisplay

渲染图

Description

相比原版,做了如下改动:

Usage

# macOS 下可以使用如下命令进入控制台进行配置天气等
screen $(find /dev/ -name 'tty.usbserial-*' 2>/dev/null) 115200

天气代码可以通过 www.weather.com.cn 获取,比如北京朝阳区是 http://www.weather.com.cn/weather1d/101010300.shtml 其天气代码就是 101010300

Development

brew install platformio
# build
pio run -e esp12e
# build and upload
pio run -e esp12e -t upload

更新字库

Languages

  • C 89.8%
  • C++ 10.1%
  • Processing 0.1%
  • HTML 0.0%
  • Python 0.0%
  • CMake 0.0%