esp32_gps_display/ion

60 lines
2.2 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

commit d64dd4b0fa1fe53c64d5e2064cd59ef064cd2d07 (HEAD -> main, origin/main, origin/HEAD)
Author: Luke Else <mail@luke-else.co.uk>
Date: Mon Nov 13 14:19:50 2023 +0000
Added draw function to Display
commit 6c157f65f66ac590d33e7743f88c327daef5c8a0
Author: Luke Else <mail@luke-else.co.uk>
Date: Mon Nov 13 13:59:22 2023 +0000
Created generic display module
commit 6625351e38025e489a18051d2e16340402a56e5f
Author: Luke Else <mail@luke-else.co.uk>
Date: Mon Nov 6 23:20:12 2023 +0000
Chore: Started moving individual components out into modules. Started with GPS. Display and i2c driver to follow.
commit a880586321a023dacbc0d02bbf62f05d3da4aad7
Author: Luke Else <mail@luke-else.co.uk>
Date: Fri Aug 18 09:57:12 2023 +0100
Changed the project name in cargo.toml
commit 8c7181add2b9519307538d4f32e2d75c26525902
Author: Luke Else <mail@luke-else.co.uk>
Date: Tue Jul 25 21:15:59 2023 +0100
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
commit 5828d5ead696667d5a979f31f2314cae0a8e2103
Author: Luke Else <mail@luke-else.co.uk>
Date: Fri Jul 21 14:29:57 2023 +0100
Updated some of the error handling and data sources for GPS
commit 620ff4b2072f9df94f262505d7ac22e2bf16c6ae
Author: Luke Else <mail@luke-else.co.uk>
Date: Fri Jul 21 10:23:23 2023 +0100
Reverted back to pre async attempt
commit 46ca82f379860d275b2d82ef7d2c6e54ab86b09e
Author: Luke Else <mail@luke-else.co.uk>
Date: Fri Jul 14 14:01:46 2023 +0100
Created some very verbose, inefficient and messy code that sends data down an I2C bus for a SSD1306 display to pickup.
commit 1f8fe3020ffc50691db385c0dd86857fbd2d6962
Author: Luke Else <mail@luke-else.co.uk>
Date: Fri Jul 14 12:23:13 2023 +0100
Finished code to have data get read from a serial GPS module
commit 443ef167c144001b462388922f6dd45917d18952
Author: Luke Else <mail@luke-else.co.uk>
Date: Fri Jul 14 13:12:43 2023 +0200
Initial commit