No description
  • C++ 96.7%
  • C 2%
  • CMake 1.3%
Find a file
2021-03-04 23:47:38 +00:00
.kdev4 initial commit 2019-08-27 13:39:49 +01:00
lodepng@34742d48e5 initial commit 2019-08-27 13:39:49 +01:00
Tests initial commit 2019-08-27 13:39:49 +01:00
CMakeLists.txt initial commit 2019-08-27 13:39:49 +01:00
globals.h initial commit 2019-08-27 13:39:49 +01:00
lcd_display.cpp initial commit 2019-08-27 13:39:49 +01:00
lcd_display.h initial commit 2019-08-27 13:39:49 +01:00
lcd_display_types.h initial commit 2019-08-27 13:39:49 +01:00
LCDSlideshow.kdev4 initial commit 2019-08-27 13:39:49 +01:00
main.cpp initial commit 2019-08-27 13:39:49 +01:00
png_view.cpp initial commit 2019-08-27 13:39:49 +01:00
png_view.h initial commit 2019-08-27 13:39:49 +01:00
README.md Update README.md 2021-03-04 23:47:38 +00:00
regex.cpp initial commit 2019-08-27 13:39:49 +01:00
regex.h initial commit 2019-08-27 13:39:49 +01:00
user_interface.cpp initial commit 2019-08-27 13:39:49 +01:00
user_interface.h initial commit 2019-08-27 13:39:49 +01:00

LCDTest

A modular C++ application designed to test LCD displays on Linux-kernel-based embedded platforms via the FBDEV interface.

Since tests are defined by using a modular abstraction provided by the source code, a single "build" may implement multiple tests for multiple devices (e.g. platform or product variants).

Designed with "absolute minimal runtime dependencies" in mind.