Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
125756e
preparations for ISR
Flx12 Nov 24, 2023
9428562
Altered mqtt to comply with spec
Flx12 Dec 6, 2023
f3740f6
Merge branch 'main' into master
Flx12 Dec 8, 2023
01ded99
creating function for processing question
murphyslemon Jan 2, 2024
df8f8ce
still working on processing vote string
murphyslemon Jan 2, 2024
5ed7a8e
finished process_question and display_question function
murphyslemon Jan 3, 2024
4bf44aa
created state machine
murphyslemon Jan 4, 2024
4a7a315
interrupt for power button
Jan 11, 2024
23723b8
Battery Level update
Jan 11, 2024
95e1a85
bugfixes and implementing of Buttons
Flx12 Jan 20, 2024
b767e97
fixed file structure, button interrupts now working, power interrupt …
Nadim-2022 Jan 24, 2024
8e7a3c7
adding display files, small code clean ups
murphyslemon Jan 25, 2024
83a8eab
testing adding display library
murphyslemon Jan 25, 2024
55ceaa5
mqtt working sending and receiving. subscribe after connect
murphyslemon Jan 31, 2024
35b52bc
display working, logos and yes no abstain on screen
murphyslemon Feb 2, 2024
93f51a0
Display function working perfectly
Nadim-2022 Feb 2, 2024
75a0857
nothing working
murphyslemon Feb 2, 2024
d69f1c8
Working
Nadim-2022 Feb 2, 2024
2ba6b37
Working
Nadim-2022 Feb 2, 2024
d1c8125
Voting id Some time recives some time not, Might be stuck some where …
Nadim-2022 Feb 2, 2024
ea51e35
mqtt working, display working, switch case in progress
murphyslemon Feb 3, 2024
c63a541
button hardware not working, more testing needed, but suspision that …
murphyslemon Feb 3, 2024
ae3143e
separated byte arrays into another file, added paintConfirmScreen, ad…
murphyslemon Feb 4, 2024
52dbfdd
cleaning up code, adding comments. TODO-fix button interrupts
murphyslemon Feb 6, 2024
7e5bfbb
clean up
murphyslemon Feb 6, 2024
c1281ab
device keeps resetting, code not working
murphyslemon Feb 8, 2024
eec2912
device keeps resetting, code not working
murphyslemon Feb 8, 2024
4396519
disabled interrupts
Flx12 Feb 9, 2024
137f093
Things started working, Buttons are fine, Jason to c_string working f…
Nadim-2022 Feb 9, 2024
ae1a616
Things started working, Buttons are fine, Jason to c_string working f…
Nadim-2022 Feb 9, 2024
0fa3b37
Without displpay , everyting is workig, as intended, Polishing the co…
Nadim-2022 Feb 9, 2024
576bb12
Display is working now littele changes need in printvotetitle functio…
Nadim-2022 Feb 10, 2024
49d8969
everything seems to be working, need to check battery status bar
murphyslemon Feb 10, 2024
4d5c8de
changed battery status bar, full battery now 28 pixels long
murphyslemon Feb 10, 2024
24bd6a0
mongs changes
murphyslemon Feb 12, 2024
df80963
fixed device restting when too large area is painted
murphyslemon Feb 12, 2024
0df2e24
fixed mqtt each device needs unique id
murphyslemon Feb 12, 2024
b04a2ba
moving functions into separate folders
murphyslemon Feb 12, 2024
374581a
remember to subscribe before publishing!
murphyslemon Feb 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/Voting_Device.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Display_code/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Display_code/.idea/Display_code.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Display_code/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Display_code/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading