Commit Graph

25 Commits

Author SHA1 Message Date
Dual Tachyon
552daee633 Fixed types of several things. 2023-08-29 19:17:01 +01:00
Dual Tachyon
1dfd9b689e Fixed issues found by the superior clang. 2023-08-29 17:16:59 +01:00
Dual Tachyon
116025f08b Fixed missing digit voices. 2023-08-29 01:37:33 +01:00
Dual Tachyon
d1119bb154 Various improvements, and fixes for FM. 2023-08-29 00:58:44 +01:00
Dual Tachyon
d7dec2212e Added more missing code. 2023-08-29 00:29:23 +01:00
Dual Tachyon
05382584f4 More restructuring of functions and variables. 2023-08-28 20:27:54 +01:00
Dual Tachyon
f3e102450d Renamed a few FM things. 2023-08-28 01:07:07 +01:00
Dual Tachyon
41462e31da Dirty but working settings menu and key unlock. 2023-08-27 20:47:55 +01:00
Dual Tachyon
b38b7ce769 Fixed and added some variables. 2023-08-27 12:32:21 +01:00
Rafa Couto
445e82f6a0 Fixed pin names and some missing defines
- FLASHLIGHT_Init() used pins PC10-13 those don't exist on MCU
- Renamed ST7565 0 and 1 pins to A0 and RES as named in datasheet
- Set pin defined names instead literal numbers on set/clear bit function
2023-08-26 19:29:26 +02:00
Dual Tachyon
084daf5d23 Corrected some values. 2023-08-23 00:37:35 +01:00
Dual Tachyon
3f170ed900 Reduction of magic numbers. 2023-08-23 00:37:35 +01:00
Dual Tachyon
c59e1ff409 Re-enabled some code. 2023-08-23 00:37:35 +01:00
Dual Tachyon
f9bea2647a Renamed newly found AM variables. 2023-08-23 00:37:35 +01:00
Dual Tachyon
2b510bdc1f Fixed compiler warning. 2023-08-15 11:11:40 +01:00
Dual Tachyon
1f113ccd7e Added AUDIO_PlayQueuedVoice. 2023-08-15 11:04:35 +01:00
Dual Tachyon
396c2b122d Fixed VOICE ID values. 2023-08-15 11:02:03 +01:00
Dual Tachyon
37afa8c956 Completed systick handler. 2023-08-14 23:39:51 +01:00
Dual Tachyon
81c632c067 Fixed type of voice ID. 2023-08-14 22:33:35 +01:00
Dual Tachyon
ab8c439742 Another big WIP update. 2023-08-14 17:30:30 +01:00
Dual Tachyon
c313e41e06 WIP of the GUI code. 2023-08-14 12:28:09 +01:00
Dual Tachyon
334f4fde0b Added big chunk of code to support main(). 2023-08-13 23:27:35 +01:00
Dual Tachyon
e1b7e30c6d Added code to play voices. 2023-08-13 22:40:33 +01:00
Dual Tachyon
ab3b1317e7 Added AUDIO_PlayBeep. 2023-08-12 21:49:16 +01:00
Dual Tachyon
92506bcfff Added AUDIO_PlayVoice. 2023-08-12 21:33:27 +01:00