- 13 Oct, 2020 1 commit
-
-
schneider authored
Closes #210
-
- 08 Oct, 2020 1 commit
-
-
schneider authored
-
- 14 Sep, 2020 1 commit
-
-
schneider authored
-
- 07 Sep, 2020 2 commits
-
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- 06 Sep, 2020 2 commits
- 18 Jul, 2020 2 commits
- 25 Jun, 2020 1 commit
-
-
schneider authored
-
- 15 Jun, 2020 2 commits
- 21 May, 2020 1 commit
-
-
Rahix authored
It's 44 years since the release of vi and sadly lots of editors still don't care about trimming off trailing spaces ... Signed-off-by:
Rahix <rahix@rahix.de>
-
- 26 Apr, 2020 1 commit
-
-
zenox authored
-
- 08 Apr, 2020 1 commit
-
-
schneider authored
-
- 06 Apr, 2020 1 commit
-
-
schneider authored
-
- 03 Apr, 2020 2 commits
- 16 Mar, 2020 3 commits
- 31 Jan, 2020 1 commit
-
-
schneider authored
-
- 03 Jan, 2020 1 commit
-
-
Rahix authored
Instead of an ugly hack where spaces are used to pad the entries background colors, properly draw a rectangle and the text above it. No visual change. Signed-off-by:
Rahix <rahix@rahix.de>
-
- 09 Dec, 2019 2 commits
-
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- 06 Dec, 2019 1 commit
-
-
Rahix authored
Fix all warnings in pycardium/modules. Signed-off-by:
Rahix <rahix@rahix.de>
-
- 19 Nov, 2019 1 commit
-
-
fuchsi* authored
-
- 13 Nov, 2019 1 commit
-
-
Rahix authored
Implement the hal functions necessary for utime.ticks_ms() and utime.ticks_us(). This enables much more accurate measurements of time taken in Pycardium (useful for profiling). Please note that the tick counter will reset whenever a new app is loaded. Signed-off-by:
Rahix <rahix@rahix.de>
-
- 10 Nov, 2019 3 commits
- 09 Nov, 2019 2 commits
-
-
Rahix authored
Allow calling buttons.read() without an argument. This is equivalent to a mask with all bits set (that is, buttons.read(255)). Additionally, add a check that the mask is within the limits (< 256). Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
For convenience, allow calling os.listdir() without any argument. This is equivalent to calling os.listdir(""). Signed-off-by:
Rahix <rahix@rahix.de>
-
- 05 Oct, 2019 2 commits
-
-
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.
- 04 Oct, 2019 4 commits
- 03 Oct, 2019 1 commit
-
-
zenox authored
-