cash2ecash

cash2ecash: cash acceptor that issues digital cash (experimental)
Log | Files | Refs | README | LICENSE

commit 1aed5d372100994132866975218d5dd26e6c86df
parent 6c7008fd00bfe5c15cdf80dfb4251dc6bbaa85aa
Author: Tellenbach Reto <tellr1@bfh.ch>
Date:   Mon,  8 Jun 2026 23:29:11 +0200

[---] Display: change config

Diffstat:
M.gitignore | 4++++
Mtaler-digitizer.conf | 4++--
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -14,3 +14,7 @@ CMakeFiles/ # localy built programs ext/* + + +# configs +*.conf diff --git a/taler-digitizer.conf b/taler-digitizer.conf @@ -14,10 +14,10 @@ KYC_FUNCTIONALITY = NO EXCHANGE_BASE_URL = https://exchange.demo.taler.net/ # Name of the framebuffer to use for the QR code. -FRAMEBUFFER_DEVICE = /dev/fb1 +FRAMEBUFFER_DEVICE = /dev/fb0 # Name of the backlight file for the framebuffer -FRAMEBUFFER_BACKLIGHT = /sys/class/backlight/soc:backlight/brightness +FRAMEBUFFER_BACKLIGHT = /sys/class/backlight/10-0045/brightness # At least a coin or a bill acceptor need to be enabled