cash2ecash

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

commit 78a2f1112a6222c34b7984054adbeaa17a26d6c4
parent 73ac456acbe33dbc7328d273413fd3cadb6f5e33
Author: Manuel Geissbühler <manuel@debian>
Date:   Sat, 28 Dec 2024 09:05:55 +0100

testing

Diffstat:
Msrc/gui/screen.hpp | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gui/screen.hpp b/src/gui/screen.hpp @@ -31,8 +31,8 @@ class Screen { //int32_t columnDesc[4] = {TIMELINE_COLUMN_WIDTH_PCT, MIDDLE_COLUMN_WIDTH_PCT, BUTTONS_COLUMN_WIDTH_PCT, LV_GRID_TEMPLATE_LAST}; //int32_t rowDesc[3] = {INSTRUCTIONS_ROW_HEIGHT_PCT, BOTTOM_ROW_HEIGHT_PCT, LV_GRID_TEMPLATE_LAST}; - int32_t columnDesc[4] = {LV_PCT(20), LV_PCT(56), LV_PCT(24), LV_GRID_TEMPLATE_LAST}; - int32_t rowDesc[3] = {LV_PCT(28), LV_PCT(72), LV_GRID_TEMPLATE_LAST}; + int32_t columnDesc[4] = {160, 448, 192, LV_GRID_TEMPLATE_LAST}; + int32_t rowDesc[3] = {134, 346, LV_GRID_TEMPLATE_LAST}; protected: