Commit graph

242 commits

Author SHA1 Message Date
RaffaelW
f2f17a6f4c only send DMX packets if there is no packet error 2025-04-15 22:05:44 +02:00
RaffaelW
85b692e931 remove unnecessary tracking of time of the lastDMX packet and remove unnecessary comments 2025-04-15 22:02:16 +02:00
Hendrik Rauh
7c1a9e5c4d
Merge pull request #77 from HendrikRauh/76-dmx1-disconnect-spam
remove unnecessary DMX connection logs and disconnection handling
2025-04-15 21:53:08 +02:00
Raffael Wolf
322b34beb6
Merge branch 'main' into 76-dmx1-disconnect-spam 2025-04-15 21:48:04 +02:00
RaffaelW
6aa4f5dc51 remove unnecessary DMX connection logs and disconnection handling 2025-04-15 21:47:16 +02:00
Hendrik Rauh
fd4ab30da9
Merge pull request #75 from HendrikRauh/68-slider-value-on-first-load
fix #68 wrong slider value on first load
2025-04-15 21:44:55 +02:00
RaffaelW
b20280deb8 fix #68 "Slider für Helligkeit zeigt beim ersten Laden 50% ist aber bei 10%" 2025-04-15 21:32:17 +02:00
Hendrik Rauh
33b617b677 removed comments that are no longer needed 2025-04-15 20:49:13 +02:00
Hendrik Rauh
e6028f0a5a removed monitor port from config 2025-04-15 20:47:57 +02:00
Raffael Wolf
e8b382a6f9
Merge pull request #54 from HendrikRauh/HendrikRauh/issue33
Status GUI
2025-04-14 23:48:13 +02:00
RaffaelW
f4132e359e remove duplicate definition of getTemperature, introduced through merges 2025-04-14 23:28:09 +02:00
RaffaelW
be774c028b Merge branch 'main' into HendrikRauh/issue33 2025-04-14 23:03:08 +02:00
Hendrik Rauh
8fba7dcb29
Merge pull request #66 from HendrikRauh/51-button-actions
Button actions
2025-04-14 22:45:18 +02:00
Raffael Wolf
12be629910
Merge branch 'main' into HendrikRauh/issue33 2025-04-14 22:44:55 +02:00
RaffaelW
c7e8c4a9d1 Merge branch 'main' into 51-button-actions 2025-04-14 22:40:41 +02:00
Hendrik Rauh
10d4ef6321
Merge pull request #67 from HendrikRauh/30-add-dmx-in-capability
DMX input
2025-04-14 22:24:20 +02:00
Hendrik Rauh
1b86aabf3e
Merge pull request #70 from HendrikRauh/debug-dmx
Working DMX input and output
2025-04-14 22:09:41 +02:00
Hendrik Rauh
c0f56e0e3d
Merge branch 'main' into 30-add-dmx-in-capability 2025-04-14 22:03:24 +02:00
RaffaelW
34575d97dd made dmx_receive non-blocking 2025-04-14 21:47:25 +02:00
RaffaelW
678bb047ac fix previous commit 2025-04-13 23:08:51 +02:00
RaffaelW
f0dcabcabc use code from input 2 also for input 1 2025-04-13 22:55:24 +02:00
RaffaelW
3bb630c4ac remove blinking led that uses a hardware timer 2025-04-13 21:46:46 +02:00
Hendrik Rauh
176a12a9b3 Revert "Merge branch 'main' into 30-add-dmx-in-capability"
This reverts commit b93ae3d682, reversing
changes made to f3ef3aa9b9.
2025-03-06 21:44:55 +01:00
Hendrik Rauh
836af4ef15 fix: correct typo in interrupt function comment for clarity 2025-03-06 21:23:29 +01:00
RaffaelW
b1d3e6bd69 fixed accidental reset when restarting the interface via button and keeping the button pressed 2025-02-21 22:26:18 +01:00
Hendrik Rauh
b93ae3d682
Merge branch 'main' into 30-add-dmx-in-capability 2025-02-16 21:47:44 +01:00
Hendrik Rauh
aaae5ac91b
Merge branch 'main' into 51-button-actions 2025-02-16 21:26:33 +01:00
Hendrik Rauh
bc4314111c
Merge pull request #69 from HendrikRauh/68-brighness-slider-initial-value
fixes #68 "Slider für Helligkeit zeigt beim ersten Laden 50% ist aber bei 10%"
2025-02-16 21:25:44 +01:00
RaffaelW
f649a14811 added empty case for completeness 2025-02-16 21:22:10 +01:00
RaffaelW
1ccf214ddb fixes "Slider für Helligkeit zeigt beim ersten Laden 50% ist aber bei 10%" #68 2025-02-16 20:46:06 +01:00
RaffaelW
ba9f8f50c2 fixed loading button actions 2025-02-16 19:41:42 +01:00
Raffael Wolf
4db484e0f5
Merge branch 'main' into 51-button-actions 2025-02-16 17:59:02 +01:00
Raffael Wolf
bd199c6c80
Merge pull request #65 from HendrikRauh/HendrikRauh/issue31
Channeloverview
2025-02-16 17:52:22 +01:00
Raffael Wolf
b6d74857f2
Merge branch 'main' into HendrikRauh/issue31 2025-02-16 17:43:20 +01:00
Hendrik Rauh
45ef6656d1
Merge branch 'main' into 51-button-actions 2025-02-16 17:43:12 +01:00
Raffael Wolf
f3ef3aa9b9
Merge branch 'main' into 30-add-dmx-in-capability 2025-02-16 17:42:05 +01:00
Hendrik Rauh
34aa221c9d
Merge branch 'main' into HendrikRauh/issue33 2025-02-16 17:35:17 +01:00
Raffael Wolf
ebb1948216
Merge pull request #56 from HendrikRauh/warnings-fix
Warnings fix
2025-02-16 17:34:49 +01:00
Raffael Wolf
879a9e5ddf
Merge branch 'main' into warnings-fix 2025-02-16 17:20:54 +01:00
Patrick Schwarz
4b811187f7 halb-broken implementation with other dmx driver. out works only on second port, in works on first port very slowly and on the second port fast 2025-02-01 22:49:24 +01:00
Hendrik Rauh
da5b09ffcb
Merge pull request #63 from HendrikRauh/bugfix-62
Fix #62
2025-01-30 20:47:40 +01:00
Hendrik Rauh
e52ca9cf35 updated cad-files 2025-01-30 20:45:47 +01:00
Patrick Schwarz
e253a71ce6 Fix #62 2025-01-26 20:04:41 +01:00
RaffaelW
4732231fa2 added led blink code while resetting config 2024-12-21 22:02:01 +01:00
RaffaelW
3aeb8ffe5b added button action configuration and handling for reset and restart 2024-12-21 21:28:35 +01:00
Hendrik Rauh
fc30a22b84 Merge branch 'HendrikRauh/issue33' of https://github.com/HendrikRauh/dmx-interface into HendrikRauh/issue33 2024-12-20 22:09:52 +01:00
Hendrik Rauh
2c83081646 added hash to status UI 2024-12-20 22:09:49 +01:00
RaffaelW
391ef3ab2e replaced text buttons with icons 2024-12-20 22:08:42 +01:00
RaffaelW
3fd0ae4837 added small connection icon in status details 2024-12-20 21:56:43 +01:00
Hendrik Rauh
f77e9a46de got rid of the redefinition of SPI2_HOST
@psxde pls check if this breaks functionality
2024-12-20 21:37:27 +01:00