Skip to content

Commit 5125e7d

Browse files
committed
misc: experimental web virtual dmd
1 parent f3aa0a0 commit 5125e7d

File tree

7 files changed

+26548
-23
lines changed

7 files changed

+26548
-23
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ set(DMDUTIL_SOURCES
7575
src/ConsoleDMD.cpp
7676
src/Logger.cpp
7777
src/AlphaNumeric.cpp
78+
src/VirtualDMD.cpp
79+
third-party/include/mongoose/mongoose.c
7880
)
7981

8082
if(PLATFORM STREQUAL "win" OR PLATFORM STREQUAL "macos" OR PLATFORM STREQUAL "linux")

src/PixelcadeDMD.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@ void PixelcadeDMD::Run()
175175
EnableRgbLedMatrix(4, 16);
176176

177177
int errors = 0;
178-
FrameUtil::ColorMatrix colorMatrix =
179-
(!m_colorSwap) ? FrameUtil::ColorMatrix::Rgb : FrameUtil::ColorMatrix::Rbg;
178+
FrameUtil::ColorMatrix colorMatrix = (!m_colorSwap) ? FrameUtil::ColorMatrix::Rgb : FrameUtil::ColorMatrix::Rbg;
180179

181180
while (m_running)
182181
{

0 commit comments

Comments
 (0)