diff --git a/src/ui_text.c b/src/ui_text.c index 86270c1..9fad6e3 100644 --- a/src/ui_text.c +++ b/src/ui_text.c @@ -10,7 +10,7 @@ #include #include -#include +#include #include "emulator.h" #include "romio.h" @@ -42,7 +42,7 @@ void text_update_LCD( void ); static inline void ncurses_draw_annunciators( void ) { - wchar_t* annunciators_icons[ 6 ] = { L"\u21b0", L"\u21b1", L"\u03b1", L"\u1faab", L"\u231b", L"\u21c4" }; + wchar_t* annunciators_icons[ 6 ] = { L"↰", L"↱", L"α", L"🪫", L"⌛", L"⇄" }; int val = display.annunc; if ( val == last_annunc_state )