svenhoefer
a0a76fe77a
- simple_display: avoid compiler warning
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-16 19:43:26 +01:00
svenhoefer
f7c0cd69d1
- simple_display: fix compile for non-ARM_HARDWARE
...
Conflicts:
src/driver/simple_display.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-16 19:43:26 +01:00
svenhoefer
833aed00fc
- simple_display: add possibility to show text when changing mode
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-16 19:43:26 +01:00
svenhoefer
72514fd821
- simple_display: add missing MODE_MENU_UTF8 check in setMode()
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-16 19:43:26 +01:00
svenhoefer
2cb111fc2e
- simple_display: rename display() to ShowText() ... as in vfd.cpp
...
Conflicts:
src/driver/simple_display.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-16 19:43:26 +01:00
svenhoefer
1309d5aeb3
- simple_display: cleanup from unused code inside ifdef mess
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-16 19:43:26 +01:00
Thilo Graf
58db5ee331
simple_display.cpp: partial revert "fix generic build"
...
This reverts commit c7c52324a3
.
hd51 build was broken with -Werror=unused-variable
2017-11-04 15:58:00 +01:00
Jacek Jendrzej
c7c52324a3
fix generic build
2017-11-03 18:25:18 +01:00
svenhoefer
0fac12001e
- simple_display: more readability in togglePower() function
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-01 15:44:07 +01:00
svenhoefer
dbce194f82
- simple_display: fix showRCLock() function
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-01 15:43:43 +01:00
svenhoefer
422a9b41de
- introduce simple_display.h; just a cleaned copy of lcdd.h
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-01 15:39:07 +01:00
Thilo Graf
7490497b4e
CLCD: fix possible compile error
...
error: declaration of 'power' shadows a global declaration [-Werror=shadow]
2017-10-29 21:28:05 +01:00
Thilo Graf
eaa8d8be9f
CLCD: fix possible compile error
...
error: unused variable 'ret' [-Werror=unused-variable]
2017-10-29 21:27:54 +01:00
TangoCash
db6f4ba08d
armbox: fix dimming vfd
2017-10-29 18:32:11 +01:00
TangoCash
3b5f5f3bfd
armbox: show grafical volume in vfd
2017-10-29 18:32:08 +01:00
TangoCash
a227dcb7e2
fix time in vfd
2017-10-29 18:32:02 +01:00
vanhofen
6fe5d269af
- add hd51; mostly ported from TangoCash's neutrino-mp
2017-10-29 18:31:30 +01:00
Stefan Seyfried
b9da7f01bf
set useful thread names for all spawned threads
2017-02-12 15:17:32 +01:00
Stefan Seyfried
63b6efd1f5
replace framebuffer.h include with forward declaration
...
instead of including framebuffer.h almost everywhere, replace it with
class CFrameBuffer forward declarations and/or generic system includes.
Add a hack to define fb_pixel_t to config.h (one reason for
framebuffer.h includes was the fb_pixel_t define)
2017-02-05 13:05:07 +01:00
Stefan Seyfried
bd0b629606
simple_display: ensure LEDs are on for shutdown
2015-03-01 13:56:01 +01:00
Stefan Seyfried
bbafc5c9ba
lcdd/simple_display: adapt to new API
2015-01-26 17:27:58 +01:00
Stefan Seyfried
0bdd33c509
spark: disable debug message in LED code
2013-09-29 21:43:26 +02:00
Stefan Seyfried
c68ffa2155
remove all fb->blit() calls
...
TODO: check if plugins etc. need extra treatment
2013-09-28 13:01:03 +02:00
Stefan Seyfried
cb3a84cbec
lcdd: update icon names
2013-05-11 17:03:50 +02:00
Stefan Seyfried
3ecbdb76c5
simple_display: replace umlauts with visible characters
...
The SPARK VFD/LED cannot display umlauts, so add a crude function that
replaces the most common ones with characters that can be displayed.
TODO: test on azboxme.
2012-11-04 18:42:59 +01:00
Stefan Seyfried
8d8ef7ae0c
simple_display: let clear() really clear the display
2012-10-16 09:14:55 +02:00
Stefan Seyfried
46a2a11d5d
simple_display: stop thread on shutdown
...
TODO: tripledragon code needs testing
2012-10-14 23:48:44 +02:00
Stefan Seyfried
0061aac2b3
fix build for boxtype "generic"
2012-10-07 17:09:17 +02:00
Stefan Seyfried
b2050eeda4
simple_display: add basic support for SPARK vfd display
2012-09-23 21:35:02 +02:00
Stefan Seyfried
e65cfee56f
plugins: don't blit over plugin output every second
2012-08-14 12:14:41 +02:00
Stefan Seyfried
71a6d325bd
simple_display: use VFDSETTIME2 ioctl on spark
2012-07-07 19:59:21 +02:00
Stefan Seyfried
770ab77eac
simple_display: fix array size
2012-07-07 13:46:03 +02:00
Stefan Seyfried
9266b8ffbe
simple_display: implement azbox me VFD support
2012-06-27 21:18:19 +02:00
Stefan Seyfried
a3a783d144
driver: rename spark_led to simple_display
...
this code can actually drive all simple one-line displays
with minor changes, so rename the source file.
2012-06-27 21:18:19 +02:00