File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
shared-bindings/displayio Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ We apply code quality checks using pre-commit. Install pre-commit once per syst
100
100
101
101
Activate it once per git clone with
102
102
103
- pre-commit -- install
103
+ pre-commit install
104
104
105
105
Pre-commit also requires some additional programs to be installed through your package manager:
106
106
Original file line number Diff line number Diff line change @@ -138,8 +138,8 @@ const mp_obj_property_t displayio_ondiskbitmap_height_obj = {
138
138
139
139
//| pixel_shader: Union[ColorConverter, Palette]
140
140
//| """The image's pixel_shader. The type depends on the underlying
141
- //| bitmap's structure. The pixel shadder can be modified (e.g., to set the
142
- //| transparent pixel or, for paletted images, to update the palette"""
141
+ //| bitmap's structure. The pixel shader can be modified (e.g., to set the
142
+ //| transparent pixel or, for palette shaded images, to update the palette.) """
143
143
//|
144
144
STATIC mp_obj_t displayio_ondiskbitmap_obj_get_pixel_shader (mp_obj_t self_in ) {
145
145
displayio_ondiskbitmap_t * self = MP_OBJ_TO_PTR (self_in );
You can’t perform that action at this time.
0 commit comments