mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
11f98de796e8ff36aa19af2df9477d809dbf8cb2
This should fix broken build with --enable-lcd (BOXMODEL_OSMIO4KPLUS)
FIXME: CLCD::setVolume() needs fix because it contains no code.
The concept to overwrite CVFD with CLCD should be thought over, see:
display.h:
#if BOXMODEL_OSMIO4KPLUS
#include <driver/lcdd.h>
#define CVFD CLCD
#else
#include <driver/simple_display.h>
#endif
A plan with base- and subclasses and overwritable members should be
more sustainable. It will be coming to a mess, and if not yet, it will
be at some point, especially since nothing was documented.
Origin commit data
------------------
Branch: ni/coolstream
Commit: f4d0816cc2
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-01-06 (Fri, 06 Jan 2023)
------------------
This commit was generated by Migit
…
…
…
NI \o/ - Neutrino
Description
Languages
C++
85%
C
12.5%
Shell
0.6%
Makefile
0.6%
M4
0.5%
Other
0.7%