mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Added simple test for image2led map.
Added test executable for creating png from frame grabber. Added test-device for exporting color values of leds to text file. Updated configuration to match new color transform. Finished first version of the Hyperion structure (IT WORKS [1% CPU]!)
This commit is contained in:
@@ -23,14 +23,9 @@ add_executable(TestColorTransform
|
||||
target_link_libraries(TestColorTransform
|
||||
hyperion)
|
||||
|
||||
# Find the libPNG
|
||||
find_package(PNG REQUIRED QUIET)
|
||||
add_executable(TestImage2LedsMap
|
||||
TestImage2LedsMap.cpp)
|
||||
target_link_libraries(TestImage2LedsMap
|
||||
hyperion)
|
||||
|
||||
# Add additional includes dirs
|
||||
include_directories(${PNG_INCLUDE_DIR})
|
||||
|
||||
add_executable(TestHyperionPng
|
||||
TestHyperionPng.cpp)
|
||||
|
||||
target_link_libraries(TestHyperionPng
|
||||
hyperion-png)
|
||||
add_subdirectory(dispmanx2png)
|
||||
|
Reference in New Issue
Block a user