From 11ac166f3476116b08eeaffc25d80b163573089b Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Tue, 17 Nov 2015 13:04:00 -0600 Subject: join works, but only once - added object for running LoRa operations in a thread, lots of misc updates --- Layout/Layout.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Layout/Layout.h') diff --git a/Layout/Layout.h b/Layout/Layout.h index 5e7ece2..29d59ff 100644 --- a/Layout/Layout.h +++ b/Layout/Layout.h @@ -44,7 +44,9 @@ class Layout { void endUpdate(); bool writeLabel(const Label& label); bool writeField(const Field& field, const std::string& value, bool apply = false); + bool writeField(const Field& field, const char* value, size_t size, bool apply = false); bool writeImage(const Image& image, bool apply = false); + void removeField(const Field& field); private: bool writeText(uint8_t col, uint8_t row, const char* value, size_t size); -- cgit v1.2.3