Commit Graph

17 Commits

Author SHA1 Message Date
e69b802ad7 Added missing line to enable interrupts 2023-11-16 16:54:09 +00:00
913b262d9f Created initial config for setting up GPIO pin interrupts 2023-11-16 13:19:20 +00:00
a2a9abc4b3 Chore: code cleaning 2023-11-14 09:43:31 +00:00
6b1a461e11 Chore: Cleaned up code 2023-11-14 09:14:06 +00:00
278444b620 Removed log file 2023-11-13 18:32:04 +00:00
79cb335c51 Removed log file 2023-11-13 15:08:58 +00:00
7f35146eea Added GPS and display logic to event loop 2023-11-13 15:03:30 +00:00
d64dd4b0fa Added draw function to Display 2023-11-13 14:19:50 +00:00
6c157f65f6 Created generic display module 2023-11-13 13:59:22 +00:00
6625351e38 Chore: Started moving individual components out into modules. Started with GPS. Display and i2c driver to follow. 2023-11-06 23:20:12 +00:00
a880586321 Changed the project name in cargo.toml 2023-08-18 09:57:12 +01:00
8c7181add2 Removed some unecessary code, cleaned up the main UI to show only speed, and finally made a start on implementing some sort of app state for different screens / menus 2023-07-25 21:15:59 +01:00
5828d5ead6 Updated some of the error handling and data sources for GPS 2023-07-21 14:29:57 +01:00
620ff4b207 Reverted back to pre async attempt 2023-07-21 10:23:23 +01:00
46ca82f379 Created some very verbose, inefficient and messy code that sends data down an I2C bus for a SSD1306 display to pickup. 2023-07-14 14:01:46 +01:00
1f8fe3020f Finished code to have data get read from a serial GPS module 2023-07-14 12:23:13 +01:00
443ef167c1 Initial commit 2023-07-14 13:12:43 +02:00