#pragma once struct dialog_t { static constexpr screen_t top_left = { 0, 12}; static constexpr screen_t bottom_right = {19, 17}; static void draw(const uint32_t base_pattern); };