Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main
Cai-Zi committed Apr 10, 2021
2 parents 494e918 + 448ddad commit c00f0a8
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -66,5 +66,9 @@
修复旋转编码器检测不到旋转方向问题;<br>
增加输入电压检测,原理图做了相应修改;<br>
home界面增加输入电压显示,加热力度百分比显示;<br>
- [V1.4(2020.11.22)](https://github.com/Cai-Zi/STM32_T12_Controller/releases/tag/v1.4)<br>
通过均值滤波来稳定T12的温度值,并使用手柄温度实时校准T12温度;<br>
修改分段PID:温差>50℃时,全速加热;温差30~50℃时,激进的PID;温差<30℃时,保守的PID。<br>
## THANKS
感谢简繁的UI设计~
感谢**简繁**贡献的UI设计~<br>
感谢**欣宏**贡献的PCB设计和结构设计~
3 changes: 1 addition & 2 deletions software/HARDWARE/Config/oled.c
Original file line number Diff line number Diff line change
@@ -166,8 +166,7 @@ void OLED_Fill(u8 x1,u8 y1,u8 x2,u8 y2,u8 dot)
for(x=x1;x<=x2;x++)
{
for(y=y1;y<=y2;y++)OLED_DrawPoint(x,y,dot);
}
OLED_Refresh_Gram();//更新显示
}
}

//在指定位置显示一个字符,包括部分字符

0 comments on commit c00f0a8

Please sign in to comment.