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
/
uc1701.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
-73
/
+107
*
display: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-2
/
+2
*
uc1701: Add x_offset (Used to add horizontal offset on SSD1306/SH1106 display...
rjpatawaran
2020-09-09
1
-4
/
+9
*
uc1701: Improve Python3 compatibility
Kevin O'Connor
2020-09-04
1
-2
/
+2
*
display: Add configuration options for OLED displays (#3084)
Iakabos
2020-07-19
1
-3
/
+6
*
uc1701: Update bus import to "from .. import bus"
Kevin O'Connor
2020-06-15
1
-9
/
+8
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-1
/
+2
*
uc1701: Optimize swizzle_bits() code
Kevin O'Connor
2020-06-12
1
-7
/
+9
*
display: Rework write_graphics() to take one character cell at a time
Kevin O'Connor
2020-06-11
1
-17
/
+16
*
uc1701: Fix for glyph rendering on uc1701 display (#2966)
Florian Heilmann
2020-06-09
1
-2
/
+2
*
display: Make hd44780 glyphs configurable
Kevin O'Connor
2020-06-09
1
-3
/
+5
*
display: Move glyph definition to printer config
Florian Heilmann
2020-06-08
1
-5
/
+6
*
display: Revert "display: Add ST7567 display support (#1540)"
Kevin O'Connor
2019-12-18
1
-34
/
+0
*
uc1701: Add a delay after reset toggle (for displays using ResetHelper)
Kevin O'Connor
2019-12-03
1
-0
/
+4
*
uc1701: Add support for rst_pin
Kevin O'Connor
2019-12-02
1
-15
/
+25
*
uc1701: add config option for sh1106 type with up to 132 columns.
Matt Baker
2019-11-26
1
-6
/
+12
*
uc1701: Add support for a reset line on SSD1306 displays
Kevin O'Connor
2019-08-17
1
-0
/
+15
*
bus: Add MCU_bus_digital_out helper class
Kevin O'Connor
2019-08-17
1
-24
/
+6
*
display: Add ST7567 display support (#1540)
Dmitry
2019-04-15
1
-0
/
+34
*
uc1701: make contrast configurable
Arksine
2019-04-02
1
-1
/
+2
*
font8x14: Store font as strings instead of as bytearray
Kevin O'Connor
2019-02-27
1
-1
/
+2
*
i2ccmds: Pass the i2c address as a 7-bit number (0-127)
Kevin O'Connor
2019-01-07
1
-2
/
+2
*
uc1701: Add support for SSD1306 in i2c mode
Kevin O'Connor
2018-11-23
1
-55
/
+85
*
uc1701: Cache icons and fonts in byte display order
Kevin O'Connor
2018-11-21
1
-43
/
+34
*
uc1701: Wrap code to 80 columns
Kevin O'Connor
2018-11-21
1
-2
/
+4
*
uc1701: Add all_framebuffers to reduce vram indexing in the code
Kevin O'Connor
2018-11-21
1
-17
/
+16
*
uc1701: Add support for SSD1306 displays
Kevin O'Connor
2018-11-21
1
-1
/
+28
*
display: Add a get_dimensions() method to lcd chip classes
Kevin O'Connor
2018-11-21
1
-0
/
+2
*
uc1701: Use bus.py helper code for spi
Kevin O'Connor
2018-11-21
1
-29
/
+20
*
uc1701: Support writing degrees symbol
Kevin O'Connor
2018-09-21
1
-1
/
+1
*
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
-0
/
+9
*
display: Move icon drawing from display.py to lcd_chip code
Kevin O'Connor
2018-09-21
1
-21
/
+8
*
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
*
build: Cleanup whitespace errors
Kevin O'Connor
2018-06-28
1
-4
/
+4
*
display: uc1701 spi fix
Arksine
2018-06-28
1
-8
/
+2
*
display: add UC1701 graphics controller support
Arksine
2018-06-27
1
-0
/
+180