From d1be73cfc0a9029d5e4be9f780e7d3fb2a812d07 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Wed, 6 Apr 2022 22:57:05 -0400 Subject: keyboard.c Use viewports, move text box pos allows items to be moved around with less code changes remove scrolling I was not overly impressed with it add test_kbd plugin Change-Id: Ic183c7221bda9405891632704f3a7bbfd79bfe83 --- apps/plugins/SOURCES | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/SOURCES') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index e3a10c9d15..3e0a65da57 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -204,6 +204,7 @@ test_core_jpeg.c test_disk.c test_fps.c test_gfx.c +test_kbd.c #if LCD_DEPTH < 4 && !defined(SIMULATOR) test_scanrate.c #endif -- cgit v1.2.3