Commit Graph

70 Commits

Author SHA1 Message Date
TangoCash
dd711fdfad armbox: show grafical volume in vfd
Origin commit data
------------------
Commit: 07cc235989
Author: TangoCash <eric@loxat.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)
2017-10-12 00:36:45 +02:00
TangoCash
576735795e fix time in vfd
Origin commit data
------------------
Commit: 32a7338aae
Author: TangoCash <eric@loxat.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)
2017-10-12 00:36:45 +02:00
vanhofen
7fcd8dea4c add hd51; mostly ported from TangoCash's neutrino-mp
Origin commit data
------------------
Commit: 09ae4c3a51
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-05 (Thu, 05 Oct 2017)

Origin message was:
------------------
- add hd51; mostly ported from TangoCash's neutrino-mp
2017-10-05 12:52:53 +02:00
Stefan Seyfried
669100d52f set useful thread names for all spawned threads
Origin commit data
------------------
Commit: b9da7f01bf
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-12 (Sun, 12 Feb 2017)
2017-02-12 15:17:32 +01:00
Stefan Seyfried
3ae998de08 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)


Origin commit data
------------------
Commit: 63b6efd1f5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-05 (Sun, 05 Feb 2017)
2017-02-05 13:05:07 +01:00
Stefan Seyfried
eb459b5a4e simple_display: ensure LEDs are on for shutdown
Origin commit data
------------------
Commit: bd0b629606
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-03-01 (Sun, 01 Mar 2015)
2015-03-01 13:56:01 +01:00
Stefan Seyfried
99a017e8b7 lcdd/simple_display: adapt to new API
Origin commit data
------------------
Commit: bbafc5c9ba
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-01-26 (Mon, 26 Jan 2015)
2015-01-26 17:27:58 +01:00
Stefan Seyfried
2b45966db3 spark: disable debug message in LED code
Origin commit data
------------------
Commit: 0bdd33c509
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-09-29 (Sun, 29 Sep 2013)
2013-09-29 21:43:26 +02:00
Stefan Seyfried
14d73c9280 remove all fb->blit() calls
TODO: check if plugins etc. need extra treatment


Origin commit data
------------------
Commit: c68ffa2155
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-09-28 (Sat, 28 Sep 2013)
2013-09-28 13:01:03 +02:00
Stefan Seyfried
8fe5881e4c lcdd: update icon names
Origin commit data
------------------
Commit: cb3a84cbec
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-11 (Sat, 11 May 2013)
2013-05-11 17:03:50 +02:00
Stefan Seyfried
d2099faec8 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.


Origin commit data
------------------
Commit: 3ecbdb76c5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-04 (Sun, 04 Nov 2012)
2012-11-04 18:42:59 +01:00
Stefan Seyfried
04928f7a78 simple_display: let clear() really clear the display
Origin commit data
------------------
Commit: 8d8ef7ae0c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-16 (Tue, 16 Oct 2012)
2012-10-16 09:14:55 +02:00
Stefan Seyfried
c3ecd4441f simple_display: stop thread on shutdown
TODO: tripledragon code needs testing


Origin commit data
------------------
Commit: 46a2a11d5d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-14 (Sun, 14 Oct 2012)
2012-10-14 23:48:44 +02:00
Stefan Seyfried
396375ad61 fix build for boxtype "generic"
Origin commit data
------------------
Commit: 0061aac2b3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-06 (Sat, 06 Oct 2012)
2012-10-07 17:09:17 +02:00
Stefan Seyfried
ee4f8c3e35 simple_display: add basic support for SPARK vfd display
Origin commit data
------------------
Commit: b2050eeda4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-09-23 (Sun, 23 Sep 2012)
2012-09-23 21:35:02 +02:00
Stefan Seyfried
e6160f4db4 plugins: don't blit over plugin output every second
Origin commit data
------------------
Commit: e65cfee56f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-08-14 (Tue, 14 Aug 2012)
2012-08-14 12:14:41 +02:00
Stefan Seyfried
563952223b simple_display: use VFDSETTIME2 ioctl on spark
Origin commit data
------------------
Commit: 71a6d325bd
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-07 (Sat, 07 Jul 2012)
2012-07-07 19:59:21 +02:00
Stefan Seyfried
98082e18c8 simple_display: fix array size
Origin commit data
------------------
Commit: 770ab77eac
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-07 (Sat, 07 Jul 2012)
2012-07-07 13:46:03 +02:00
Stefan Seyfried
352d260feb simple_display: implement azbox me VFD support
Origin commit data
------------------
Commit: 9266b8ffbe
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-23 (Sat, 23 Jun 2012)
2012-06-27 21:18:19 +02:00
Stefan Seyfried
ac3a846aaa 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.


Origin commit data
------------------
Commit: a3a783d144
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-06-23 (Sat, 23 Jun 2012)
2012-06-27 21:18:19 +02:00