66
README.md
@@ -1,17 +1,48 @@
|
||||
# 1. Overview #
|
||||
T12 焊台控制器功能介绍
|
||||
T12 Quick Heating Soldering Station featuring
|
||||
- Temperature measurement of the tip
|
||||
- Temperature control via rotary encoder
|
||||
- Boost mode by short pressing rotary encoder switch
|
||||
- Setup menu by long pressing rotary encoder switch
|
||||
- Handle movement detection (by checking ball switch)
|
||||
- Iron unconnected detection (by idenfying invalid temperature readings)
|
||||
- Time driven sleep/power off mode if iron is unused (movement detection)
|
||||
- Measurement of input voltage, Vcc and ATmega's internal temperature
|
||||
- Information display on OLED
|
||||
- Buzzer
|
||||
- Calibrating and managing different soldering tips
|
||||
- Storing user settings into the EEPROM
|
||||
- 烙铁头温度实时监测
|
||||
- Temperature measurement of the tip
|
||||
- PID温度控制
|
||||
- Direct or PID control of the heater
|
||||
- 可以通过编码器进行控制温度
|
||||
- Temperature control via rotary encoder
|
||||
- 短按编码器进入短时升温模式
|
||||
- Boost mode by short pressing rotary encoder switch
|
||||
- 长按编码器进入主菜单
|
||||
- Setup menu by long pressing rotary encoder switch
|
||||
- 手柄震动检测(需要手柄含有震动传感器)
|
||||
- Handle movement detection (by checking ball switch)
|
||||
- 手柄连接检测(通过判断烙铁头温度是否能够被读取来实现)
|
||||
- Iron unconnected detection (by idenfying invalid temperature readings)
|
||||
- 定时器设定 - 随眠,关机时间
|
||||
- Time driven sleep/power off mode if iron is unused (movement detection)
|
||||
- 可以测量主控芯片电压以及温度
|
||||
- Measurement of input voltage, Vcc and ATmega's internal temperature
|
||||
- 在OLED上实现信息显示
|
||||
- Information display on OLED
|
||||
- 支持无源蜂鸣器
|
||||
- Buzzer
|
||||
- 允许设置不同烙铁头的温度校准值
|
||||
- Calibrating and managing different soldering tips
|
||||
- 设置被保存在EEPROM,掉电不丢失
|
||||
- Storing user settings into the EEPROM
|
||||
- 允许热插拔烙铁头,并弹出烙铁头配置选择菜单
|
||||
- Tip change detection
|
||||
- 芯片过热以及低电压报警
|
||||
- Chip overheating and low voltage alarm
|
||||
- 更好的实时温度条以及实时功率条
|
||||
- Better real-time temperature bar and real-time power bar
|
||||
- 拥有过渡动画
|
||||
- Have transition animation
|
||||
- 内置屏幕保护程序
|
||||
- Built in screen saver
|
||||
- 屏幕翻转设置
|
||||
- Screen flip settings
|
||||
- 内置英文、中文、日文语言包
|
||||
- Built in English, Chinese and Japanese language pack
|
||||
- 开机密码设置
|
||||
- Set System Password
|
||||
|
||||
Project Video: https://youtu.be/I9ATDxvQ1Bc
|
||||
|
||||
@@ -49,6 +80,17 @@ LHW-createskyblue created an awesome upgrade to the user interface which can be
|
||||
|
||||
Video from LHW-createskyblue (UI-v1.6L): https://b23.tv/LiOe54
|
||||
|
||||
# v1.7+ Program: createskyblue & UI: lihaoyun6
|
||||
|
||||
- Screen saver
|
||||
屏幕保护程序
|
||||
- English, Chinese and Japanese language pack
|
||||
英文、中文、日文语言包
|
||||
- System Password
|
||||
开机密码设置
|
||||
- Better numerical input experience
|
||||
更好的数值输入体验
|
||||
|
||||

|
||||

|
||||

|
||||
|
BIN
img/J3F}W4XX_3]NT2K_JGCY}(J.jpg
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
img/PixeSymbol2字符映射表.png
Normal file
After Width: | Height: | Size: 113 KiB |
BIN
img/PixeSymbol3.ttf
Normal file
BIN
img/PixeSymbol3字符映射表.png
Normal file
After Width: | Height: | Size: 112 KiB |
BIN
img/PixeSymbol字符映射表.png
Normal file
After Width: | Height: | Size: 112 KiB |
BIN
img/QRCode.png
Normal file
After Width: | Height: | Size: 592 B |
2
img/README.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
感谢 千年板蓝根(github: lihaoyun6) 提供的字体文件以及相关素材!!!
|
||||
Thanks for the font files and related materials provided by 千年板蓝根 (GitHub: lihaoyun6)!!!
|
6
img/StartTFBitMa.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
for %%s in (<EFBFBD><EFBFBD><EFBFBD><EFBFBD>\*.png) do (
|
||||
echo %%s
|
||||
java -jar compressor2.0.jar %%s -anp %%s >>bitmaps.h
|
||||
)
|
||||
pause
|
BIN
img/c1.png
Normal file
After Width: | Height: | Size: 274 B |
BIN
img/c2.png
Normal file
After Width: | Height: | Size: 297 B |
BIN
img/c3.png
Normal file
After Width: | Height: | Size: 325 B |
BIN
img/c4.png
Normal file
After Width: | Height: | Size: 286 B |
BIN
img/c5.png
Normal file
After Width: | Height: | Size: 304 B |
BIN
img/c6.png
Normal file
After Width: | Height: | Size: 323 B |
BIN
img/c7.png
Normal file
After Width: | Height: | Size: 282 B |
BIN
img/compressor2.0.jar
Normal file
BIN
img/cskyb.ttf
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
img/休眠.png
Normal file
After Width: | Height: | Size: 325 B |
BIN
img/停机32x32.png
Normal file
After Width: | Height: | Size: 272 B |
BIN
img/升温32x32.png
Normal file
After Width: | Height: | Size: 270 B |
BIN
img/发热丝-弃.png
Normal file
After Width: | Height: | Size: 234 B |
BIN
img/指示针.png
Normal file
After Width: | Height: | Size: 188 B |
BIN
img/提升32x32.png
Normal file
After Width: | Height: | Size: 286 B |
BIN
img/文本/1c2b226f69824af9aa3f833b5657472f.png
Normal file
After Width: | Height: | Size: 338 B |
BIN
img/文本/1c47fb9e685f45129e9a0bd788073f85.png
Normal file
After Width: | Height: | Size: 355 B |
BIN
img/文本/2b1ac022109547a3ad26463a966eaafd.png
Normal file
After Width: | Height: | Size: 348 B |
BIN
img/文本/2d13975230304450b896d12ef1f30974.png
Normal file
After Width: | Height: | Size: 318 B |
BIN
img/文本/3361b6347e4c4db286bbb28eaae7e7bf.png
Normal file
After Width: | Height: | Size: 325 B |
BIN
img/文本/3b4506abd0cf4f25aff2518eb2ee802a.png
Normal file
After Width: | Height: | Size: 356 B |
BIN
img/文本/3f46faa482134fb59e76c11cc3f1187c.png
Normal file
After Width: | Height: | Size: 354 B |
BIN
img/文本/5a09ec8b59a44a4f8780296919ff40e5.png
Normal file
After Width: | Height: | Size: 350 B |
BIN
img/文本/5aa5f332b70446cfa0476c5fee61292b.png
Normal file
After Width: | Height: | Size: 364 B |
BIN
img/文本/6883a277558b454c99ff5245da91bfb0.png
Normal file
After Width: | Height: | Size: 330 B |
BIN
img/文本/7404477b844e489280d052d1e4e870ef.png
Normal file
After Width: | Height: | Size: 368 B |
BIN
img/文本/83ae37ba984944d3a6fee379b97b292d.png
Normal file
After Width: | Height: | Size: 332 B |
BIN
img/文本/LANG_JP.png
Normal file
After Width: | Height: | Size: 298 B |
BIN
img/文本/S1.png
Normal file
After Width: | Height: | Size: 341 B |
BIN
img/文本/S2.png
Normal file
After Width: | Height: | Size: 325 B |
BIN
img/文本/S3.png
Normal file
After Width: | Height: | Size: 328 B |
BIN
img/文本/S4.png
Normal file
After Width: | Height: | Size: 342 B |
BIN
img/文本/S5.png
Normal file
After Width: | Height: | Size: 298 B |
BIN
img/文本/S6.png
Normal file
After Width: | Height: | Size: 310 B |
BIN
img/文本/S7.png
Normal file
After Width: | Height: | Size: 335 B |
BIN
img/文本/a90d55fdee8a445fac813c1d66c3e0af.png
Normal file
After Width: | Height: | Size: 344 B |
BIN
img/文本/c79e38015ee448e6aa6a22374df7d7c8.png
Normal file
After Width: | Height: | Size: 349 B |
BIN
img/文本/ca6c0d10f1314b0c90ec6e813416d25f.png
Normal file
After Width: | Height: | Size: 348 B |
BIN
img/文本/chip.png
Normal file
After Width: | Height: | Size: 289 B |
BIN
img/文本/e0f110a84d9a4846a3e2923dbd837e2b.png
Normal file
After Width: | Height: | Size: 308 B |
BIN
img/文本/ef82ea0e6822432d8d4ce799e0243289.png
Normal file
After Width: | Height: | Size: 360 B |
BIN
img/文本/off.png
Normal file
After Width: | Height: | Size: 329 B |
BIN
img/文本/on.png
Normal file
After Width: | Height: | Size: 292 B |
BIN
img/文本/pid.png
Normal file
After Width: | Height: | Size: 315 B |
BIN
img/文本/probe.png
Normal file
After Width: | Height: | Size: 327 B |
BIN
img/文本/t0-0.png
Normal file
After Width: | Height: | Size: 357 B |
BIN
img/文本/t0-1.png
Normal file
After Width: | Height: | Size: 217 B |
BIN
img/文本/t0-2.png
Normal file
After Width: | Height: | Size: 332 B |
BIN
img/文本/t0-3.png
Normal file
After Width: | Height: | Size: 353 B |
BIN
img/文本/t0-4.png
Normal file
After Width: | Height: | Size: 311 B |
BIN
img/文本/t0-5.png
Normal file
After Width: | Height: | Size: 303 B |
BIN
img/文本/t0-6.png
Normal file
After Width: | Height: | Size: 311 B |
BIN
img/文本/t0-7.png
Normal file
After Width: | Height: | Size: 314 B |
BIN
img/文本/t0.png
Normal file
After Width: | Height: | Size: 311 B |
BIN
img/文本/temp.png
Normal file
After Width: | Height: | Size: 318 B |
BIN
img/文本/vol.png
Normal file
After Width: | Height: | Size: 287 B |
BIN
img/文本/保存.png
Normal file
After Width: | Height: | Size: 325 B |
BIN
img/文本/密码.png
Normal file
After Width: | Height: | Size: 355 B |
BIN
img/文本/翻转.png
Normal file
After Width: | Height: | Size: 370 B |
BIN
img/文本/首页.png
Normal file
After Width: | Height: | Size: 304 B |
BIN
img/标签.png
Normal file
After Width: | Height: | Size: 266 B |
BIN
img/正常32x32.png
Normal file
After Width: | Height: | Size: 284 B |
BIN
img/温度计.png
Normal file
After Width: | Height: | Size: 315 B |
BIN
img/维持32x32.png
Normal file
After Width: | Height: | Size: 302 B |
BIN
img/芯片16x16.png
Normal file
After Width: | Height: | Size: 328 B |
BIN
img/设置/Lang_CN.png
Normal file
After Width: | Height: | Size: 264 B |
BIN
img/设置/Lang_EN.png
Normal file
After Width: | Height: | Size: 254 B |
BIN
img/设置/Lang_JP.png
Normal file
After Width: | Height: | Size: 276 B |
BIN
img/设置/Set0.png
Normal file
After Width: | Height: | Size: 252 B |
BIN
img/设置/Set1.png
Normal file
After Width: | Height: | Size: 304 B |
BIN
img/设置/Set10.png
Normal file
After Width: | Height: | Size: 326 B |
BIN
img/设置/Set11.png
Normal file
After Width: | Height: | Size: 299 B |
BIN
img/设置/Set12.png
Normal file
After Width: | Height: | Size: 286 B |
BIN
img/设置/Set13.png
Normal file
After Width: | Height: | Size: 297 B |
BIN
img/设置/Set14.png
Normal file
After Width: | Height: | Size: 310 B |
BIN
img/设置/Set15.png
Normal file
After Width: | Height: | Size: 231 B |
BIN
img/设置/Set16.png
Normal file
After Width: | Height: | Size: 277 B |
BIN
img/设置/Set17.png
Normal file
After Width: | Height: | Size: 289 B |
BIN
img/设置/Set18.png
Normal file
After Width: | Height: | Size: 283 B |
BIN
img/设置/Set2.png
Normal file
After Width: | Height: | Size: 332 B |
BIN
img/设置/Set3.png
Normal file
After Width: | Height: | Size: 313 B |
BIN
img/设置/Set4.png
Normal file
After Width: | Height: | Size: 241 B |
BIN
img/设置/Set4F.png
Normal file
After Width: | Height: | Size: 325 B |
BIN
img/设置/Set4FF.png
Normal file
After Width: | Height: | Size: 322 B |
BIN
img/设置/Set5.png
Normal file
After Width: | Height: | Size: 258 B |
BIN
img/设置/Set5_1.png
Normal file
After Width: | Height: | Size: 294 B |
BIN
img/设置/Set6.png
Normal file
After Width: | Height: | Size: 280 B |
BIN
img/设置/Set7.png
Normal file
After Width: | Height: | Size: 304 B |
BIN
img/设置/Set8.png
Normal file
After Width: | Height: | Size: 349 B |
BIN
img/设置/Set9.png
Normal file
After Width: | Height: | Size: 335 B |