summaryrefslogtreecommitdiff
path: root/utils/fbtestpat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/fbtestpat.cpp')
-rw-r--r--utils/fbtestpat.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/fbtestpat.cpp b/utils/fbtestpat.cpp
index 0538ed0..4fe0d41 100644
--- a/utils/fbtestpat.cpp
+++ b/utils/fbtestpat.cpp
@@ -49,6 +49,7 @@ int main(int argc, char** argv)
fix.line_length);
draw_test_pattern(buf);
+ draw_text(buf, buf.width() / 2, 0, fbdev, RGB(255, 255, 255));
for (unsigned y = 0; y < var.yres_virtual; ++y)
memcpy(ptr + fix.line_length * y, buf.map(0) + buf.stride(0) * y, buf.stride(0));