Files
ATmega-Soldering-Station/software/UI_upgrade_by_createskyblue/Program
createskyblue ffe58b93be 更改默认界面配色Change the default interface color scheme
1.主界面默认黑色底
2.增加主报警屏幕闪烁
3.增加两条可输入指令
EEPROM-查看EEPROM内存
RESET.   -重置数据

1. Default black background on the main interface
2. Increase flicker of main alarm screen
3. Add two input instructions, respectively
EEPROM- View EEPROM memory
RESET. - RESET data
2020-11-15 10:25:54 +08:00
..
2020-09-26 23:28:19 +08:00
2020-09-26 23:37:34 +08:00
2020-09-26 23:28:19 +08:00

*重要提示 Important note

版本号含有"t"的代表是测试版本,不稳定不推荐上传
A version number with a "t" indicates a test version, and unstable uploads are not recommended

版本号含有多个"+" 代表是改进版本
The version number contains multiple "+" to indicate an improved version

Upload:
固件上传指令
avrdude -c usbtiny -p m328p -V -U lfuse:w:0xff:m -U hfuse:w:0xdb:m -U efuse:w:0xfd:m
avrdude -c usbtiny -p m328p -U flash:w:<name>.hex

Libraries:
用到的库文件
https://github.com/createskyblue/Arduboy2/
https://github.com/mblythe86/C-PID-Library/tree/master/PID_v1