Files
trail-mate/apps/nrf52_node/src/nrf52_node_ui_runtime.h
liu weikai aab37e7436 Add T-Echo Lite nRF52 target
Integrate the T-Echo Lite board, e-paper driver path, physical keypad input, mono UI refactor, and initial 192x176 layout adaptations.
2026-06-12 19:05:22 +08:00

14 lines
326 B
C++

#pragma once
#include "nrf52_node_target_board.h"
namespace trailmate::apps::nrf52_node::ui_runtime
{
bool initialize();
void bindChatObservers();
void appendBootLog(const char* line);
void tick(const target_board::BoardInputEvent* event);
void showDisplayProbe();
} // namespace trailmate::apps::nrf52_node::ui_runtime