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
/
hd44780.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
configfile: Allow getchoice() to take a list
Kevin O'Connor
2024-06-17
1
-1
/
+1
*
display: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-7
/
+7
*
configfile: Support config.getchoice() with integer keys
Kevin O'Connor
2021-08-25
1
-6
/
+6
*
hd44780: Add hd44780 protocol init config
Thomas Kroll
2021-01-31
1
-1
/
+6
*
hd44780: Make the 4-bit init sequence more robust
Kevin O'Connor
2020-12-12
1
-1
/
+1
*
hd44780: allow to configure line length (#3543)
Martin Hierholzer
2020-11-20
1
-8
/
+15
*
hd44780: Improve Python3 compatibility
Kevin O'Connor
2020-09-04
1
-1
/
+1
*
display: Rework write_graphics() to take one character cell at a time
Kevin O'Connor
2020-06-11
1
-1
/
+1
*
display: Make hd44780 glyphs configurable
Kevin O'Connor
2020-06-09
1
-92
/
+13
*
docs: Note changes to glyph names
Kevin O'Connor
2020-06-08
1
-1
/
+1
*
display: Move glyph definition to printer config
Florian Heilmann
2020-06-08
1
-0
/
+2
*
display: Replace hard-coded display with new config based display
Kevin O'Connor
2020-03-08
1
-2
/
+4
*
hd44780: Increase timeout to 40us
Kevin O'Connor
2020-01-24
1
-1
/
+1
*
hd44780: Use two separate text framebuffers
Kevin O'Connor
2019-12-01
1
-9
/
+10
*
hd44780: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-2
/
+2
*
display: Add a get_dimensions() method to lcd chip classes
Kevin O'Connor
2018-11-21
1
-0
/
+2
*
hd44780: new text glyph - fan
Janar Sööt
2018-10-02
1
-0
/
+10
*
hd44780: Simplify framebuffer access
Kevin O'Connor
2018-09-21
1
-9
/
+13
*
display: Use write_glyph() when writing special characters
Kevin O'Connor
2018-09-21
1
-8
/
+0
*
display: Support writing single character glyphs using write_glyph()
Kevin O'Connor
2018-09-21
1
-2
/
+20
*
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 hd44780 code to its own module
Kevin O'Connor
2018-06-27
1
-0
/
+172