Add GPS icon, fix overwrite bug (#2072)

This commit is contained in:
Totoo
2024-03-30 16:48:45 +01:00
committed by GitHub
parent 6d9d5ad1af
commit d29172f41e
2 changed files with 20 additions and 8 deletions

View File

@@ -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{