mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-12 18:02:06 +00:00
Add GPS icon, fix overwrite bug (#2072)
This commit is contained in:
@@ -144,6 +144,12 @@ class RecordView : public View {
|
||||
"",
|
||||
};
|
||||
|
||||
Image gps_icon{
|
||||
{2 * 8 + 1, 0 * 16, 2 * 8, 1 * 16},
|
||||
&bitmap_target,
|
||||
Color::white(),
|
||||
Color::black()};
|
||||
|
||||
std::unique_ptr<CaptureThread> capture_thread{};
|
||||
|
||||
MessageHandlerRegistration message_handler_capture_thread_error{
|
||||
|
||||
Reference in New Issue
Block a user