Thilo Graf 11f98de796 display: add class CDisplay
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
2023-01-06 22:26:46 +01:00
2022-11-27 02:19:48 +01:00
2023-01-06 22:26:46 +01:00
2022-11-27 01:35:35 +01:00
2019-04-24 13:49:02 +02:00
2019-04-16 23:42:51 +02:00
2021-09-17 23:20:40 +02:00
2019-04-24 13:33:34 +02:00
2022-12-03 21:48:05 +01:00
2021-11-07 20:08:44 +01:00

NI \o/ - Neutrino

Languages
C++ 85%
C 12.5%
Shell 0.6%
Makefile 0.6%
M4 0.5%
Other 0.7%