circuitpython/shared-bindings/bitmaptools
Jeff Epler 711f1f833b
bitmaptools: Fix the case where factor's Python type is int
mp_obj_float_get gets the value of an object, which must be
exactly a float.  mp_obj_get_float gets the float value of
an object of various types, including floats & ints.
2021-11-20 21:15:26 -05:00
..
__init__.c bitmaptools: Fix the case where factor's Python type is int 2021-11-20 21:15:26 -05:00
__init__.h bitmaptools: use stream API 2021-11-20 08:51:40 -05:00