esp32_gps_display/src
2023-11-13 15:03:30 +00:00
..
display Added draw function to Display 2023-11-13 14:19:50 +00:00
gps Added GPS and display logic to event loop 2023-11-13 15:03:30 +00:00
appstate.rs 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
error.rs Reverted back to pre async attempt 2023-07-21 10:23:23 +01:00
main.rs Added GPS and display logic to event loop 2023-11-13 15:03:30 +00:00
rust.raw 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