Mario Hüttel mhu
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-14 01:20:42 +02:00
0fca4c6c20 LCD Timing changes
7595e6ced8 Fix smaller code mistake in LCD FSM
Compare 2 commits »
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-06-14 01:04:27 +02:00
0fca4c6c20 LCD Timing changes
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-06-13 23:37:12 +02:00
7595e6ced8 Fix smaller code mistake in LCD FSM
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-06-13 23:25:58 +02:00
2547c134f2 Add PID controller to oven driver module
a6dc4f9b46 Add about command to menu and restructure code. Delete preliminary code from mainloop. Better code will follow
e627cb67a5 fix smaller bugs in Menu code and implement first test of main menu with one functional sunbmenu for the safety parameters
d6e489bb61 Add defines for special LCD characters
3b2d8c14c3 Change division to multiplication in floating point operation
Compare 28 commits »
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-13 23:24:06 +02:00
2547c134f2 Add PID controller to oven driver module
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-13 22:47:51 +02:00
a6dc4f9b46 Add about command to menu and restructure code. Delete preliminary code from mainloop. Better code will follow
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-12 01:35:42 +02:00
e627cb67a5 fix smaller bugs in Menu code and implement first test of main menu with one functional sunbmenu for the safety parameters
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-11 23:58:58 +02:00
d6e489bb61 Add defines for special LCD characters
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-09 23:01:09 +02:00
3b2d8c14c3 Change division to multiplication in floating point operation
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-09 22:59:26 +02:00
9f0d81cc76 Merge branch 'dev' into ui
b9c1968dc4 Merge branch 'master' into dev
7553cfa310 Add qtproejct target to Makefile which generates a usable qtcreator project folder
af04da6eca update to new shellmatta
Compare 4 commits »
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-06-09 22:59:02 +02:00
b9c1968dc4 Merge branch 'master' into dev
7553cfa310 Add qtproejct target to Makefile which generates a usable qtcreator project folder
af04da6eca update to new shellmatta
Compare 3 commits »
mhu pushed to master at mhu/reflow-oven-control-sw 2020-06-09 22:58:48 +02:00
7553cfa310 Add qtproejct target to Makefile which generates a usable qtcreator project folder
af04da6eca update to new shellmatta
Compare 2 commits »
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-09 22:53:20 +02:00
949d16cd03 Add display buffer to ccm ram
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-09 22:50:23 +02:00
917497e7e4 implement display update function for lcd menu
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-09 22:43:05 +02:00
7db5f02067 implemnt scrollable menu field. Not yet tested
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-09 21:56:21 +02:00
3c3715effa Merge branch 'dev' into ui
a016681d08 Merge branch 'dev' of git.shimatta.de:mhu/reflow-oven-control-sw into dev
5fc4220ecf Add qtproejct target to Makefile which generates a usable qtcreator project folder
Compare 3 commits »
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-09 21:53:33 +02:00
70730fd0f0 Add qtproejct target to Makefile which generates a usable qtcreator project folder
mhu pushed to dev at mhu/reflow-oven-control-sw 2020-06-09 21:52:41 +02:00
a016681d08 Merge branch 'dev' of git.shimatta.de:mhu/reflow-oven-control-sw into dev
5fc4220ecf Add qtproejct target to Makefile which generates a usable qtcreator project folder
Compare 2 commits »
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-09 19:03:37 +02:00
c63986e271 Add further testing code for rotary encoder and lcd
mhu pushed to ui at mhu/reflow-oven-control-sw 2020-06-04 21:53:04 +02:00
9615fdb39d Further menu implementations