gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cash2ecash] branch master updated: debugging


From: gnunet
Subject: [cash2ecash] branch master updated: debugging
Date: Fri, 27 Dec 2024 21:32:37 +0100

This is an automated email from the git hooks/post-receive script.

manuel-geissbuehler pushed a commit to branch master
in repository cash2ecash.

The following commit(s) were added to refs/heads/master by this push:
     new f29a3fc  debugging
f29a3fc is described below

commit f29a3fc8f3df601e6438f768b95fef05295c4319
Author: Manuel Geissbühler <manuel@debian>
AuthorDate: Fri Dec 27 21:32:24 2024 +0100

    debugging
---
 src/gui/screen.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gui/screen.hpp b/src/gui/screen.hpp
index f81ac8c..72ff62e 100644
--- a/src/gui/screen.hpp
+++ b/src/gui/screen.hpp
@@ -40,6 +40,7 @@ class Screen {
   Screen(uint16_t width, uint16_t height) : width(width), height(height)
   {
     screenPointer = lv_obj_create(NULL);
+    lv_obj_set_size(screenPointer, 800, 480);
 
     //Set the Layout of the screen to Grid
     lv_obj_set_grid_dsc_array(screenPointer, columnDesc, rowDesc);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]