Merge pull request #1 from createskyblue/master

UI upgrade
This commit is contained in:
Stefan Wagner
2020-08-16 18:31:39 +02:00
committed by GitHub
5 changed files with 5261 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# T12 Soldering Station based on ATmega328p
!!! ERROR in the current revision: DO NOT USE D4 18V ZENER OR INPUT VOLTAGE MORE THAN 19V !!!
**!!! ERROR in the current revision: DO NOT USE D4 18V ZENER OR INPUT VOLTAGE MORE THAN 19V !!!**
**!!! 此版本存在一个设计缺陷不要使用D4 18V 的齐纳稳压二极管 或 输入电压超过19V !!! **
# 1. Overview #
@@ -22,6 +24,8 @@ Project Video: https://youtu.be/I9ATDxvQ1Bc
Video from John Glavinos (electronics4all): https://youtu.be/4YDcWfOQmz4
Video from LHW-createskyblue (UI-v1.6L): https://b23.tv/LiOe54
Project Files at EasyEDA: https://easyeda.com/wagiminator/z-solderingstation-smd-v2
# Soldering Station v2.0: #
@@ -36,6 +40,28 @@ Project Files at EasyEDA: https://easyeda.com/wagiminator/z-solderingstation-smd
![IMG_20200621_121350_x.jpg](https://image.easyeda.com/pullimage/5ZW6mQs1im9htCg3NJSryApeGUiSlwTFXnvxJSLq.jpeg)
# Program v1.6L UI Upgrade
1. Beautify the detail page and increase the power bar
2. Menus have ICONS
3. Better scrolling animation
4. Get rid of the U8g graphics library and use the ArduBoy graphics Library (Lite) to improve the frame rate and reduce memory usage to make graphics possible
5. Add flip display Settings to adapt to the habits of different people
6. Add multilingual support for Chinese and English
Video from LHW-createskyblue (UI-v1.6L): https://b23.tv/LiOe54
![](https://image.lceda.cn/pullimage/dD94Lz6baKfVFCMcqzb7acjT7sRY7NwJ7NaJmOt9.gif)
![](https://image.lceda.cn/pullimage/zIsCozlXO0gjzfxcF4wCfAmhQwTKoQBLKd5zZtRd.gif)
![](https://image.lceda.cn/pullimage/cfhvmAOQPhwq7iCPhLvNDeRbOcbccIucCHhU2Abj.gif)
![](https://image.lceda.cn/pullimage/ij3I4sFpNrQPefPdkgIqGjraDEWEPJYjb4974HlC.gif)
![](https://image.lceda.cn/pullimage/OsLI0MkxMrv7w0GgVg1tZPt6CMrcyhoFSeOnWrzp.gif)
# 2. Power Supply Specification Requirements #
Choose a power supply with an output voltage between 16V and 24V which can provide an output current according to the table below. The power supply must be well stabilized. The current and power is determined by the resistance (R = 8 Ohm) of the heater.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,6 @@
Libraries:
https://github.com/olikraus/u8glib
https://github.com/mblythe86/C-PID-Library/tree/master/PID_v1
Lite version Arduboy (Use with T12-> V1.6L) :
https://github.com/createskyblue/Arduboy2/