index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
display
/
st7920.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-0
/
+1
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-65
/
+100
*
display: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-6
/
+6
*
st7920: Better support for emulated ST7920 displays (#3979)
teeminus
2021-03-01
1
-42
/
+123
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-1
/
+1
*
display: Rework write_graphics() to take one character cell at a time
Kevin O'Connor
2020-06-11
1
-22
/
+22
*
display: Make hd44780 glyphs configurable
Kevin O'Connor
2020-06-09
1
-1
/
+3
*
display: Move glyph definition to printer config
Florian Heilmann
2020-06-08
1
-7
/
+13
*
st7920: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-2
/
+2
*
font8x14: Store font as strings instead of as bytearray
Kevin O'Connor
2019-02-27
1
-1
/
+1
*
display: Add a get_dimensions() method to lcd chip classes
Kevin O'Connor
2018-11-21
1
-0
/
+2
*
st7920: Use display xor capability when animating glyphs
Kevin O'Connor
2018-10-04
1
-9
/
+9
*
st7920: No need to clear glyph framebuffer before programming glyphs
Kevin O'Connor
2018-09-21
1
-3
/
+4
*
st7920: Simplify framebuffer access
Kevin O'Connor
2018-09-21
1
-13
/
+18
*
st7920: Support writing degrees symbol
Kevin O'Connor
2018-09-21
1
-1
/
+8
*
display: Use write_glyph() when writing special characters
Kevin O'Connor
2018-09-21
1
-1
/
+0
*
display: Support writing single character glyphs using write_glyph()
Kevin O'Connor
2018-09-21
1
-1
/
+10
*
display: Move icon drawing from display.py to lcd_chip code
Kevin O'Connor
2018-09-21
1
-5
/
+25
*
mcu: Rename add_config_object() to register_config_callback()
Kevin O'Connor
2018-09-03
1
-1
/
+1
*
pins: Explicitly pass can_invert and can_pullup to lookup_pin()
Kevin O'Connor
2018-07-26
1
-3
/
+1
*
display: Move st7920 code to its own module
Kevin O'Connor
2018-06-27
1
-0
/
+127