diff options
Diffstat (limited to 'library/modules/Screen.cpp')
| -rw-r--r-- | library/modules/Screen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/modules/Screen.cpp b/library/modules/Screen.cpp index 8057d17a..e9d19c93 100644 --- a/library/modules/Screen.cpp +++ b/library/modules/Screen.cpp @@ -195,7 +195,7 @@ bool Screen::drawBorder(const std::string &title) if (!gps) return false; int dimx = gps->dimx, dimy = gps->dimy; - Pen border(0xDB, 8); + Pen border('\xDB', 8); Pen text(0, 0, 7); Pen signature(0, 0, 8); |
