- Feb 07, 2021
-
-
schneider authored
-
- Jan 10, 2021
-
-
schneider authored
-
- Jan 09, 2021
-
-
schneider authored
-
schneider authored
-
Michael Meinel authored
-
Michael Meinel authored
-
- Dec 06, 2019
-
-
rahix authored
Fix all warnings in pycardium/modules. Signed-off-by:
Rahix <rahix@rahix.de>
-
- Nov 10, 2019
-
-
fuchsi* authored
-
- Oct 05, 2019
-
-
Fix two bugs in the display/gfx module: 1. The animation of the simple_menu used in the main menu had the issue that there is a black line visible at the top. This is due the gfx_puts method ignoring lines, where the top pixel of the string is above the top of the screen. As gfx_puts uses gfx_setpixel which in turn ignores pixels outside of the screen, remove the check in gfx_puts. 2. X and Y coordinates were cast to unsigned-ints before being given to the gfx-library which means calls like circ(0, -10, 30) would be draw at coordinates like [0,65526]. Fix this by changing the data-type of all coordinates to signed-integers. Also remove the x and y ranges from the documentation of the individual python functions and instead add a general documentation about the screen and it's size/coordinate system.
-
- Aug 27, 2019
-
- Aug 22, 2019
-
-
Manuel Kasten authored
-
Nikolay Amiantov authored
- Jul 25, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Jul 22, 2019
-
- Jul 21, 2019
-
-
Gerd authored
-