circuitpython/shared-module/displayio
Scott Shawcroft 5d0791cafb
Fix off-by-one error
It caused the bottom and right edges to be one pixel short.
2019-05-31 15:50:55 -07:00
..
Bitmap.c Support multi-byte values with Bitmap 2019-04-04 12:50:35 -07:00
Bitmap.h Support multi-byte values with Bitmap 2019-04-04 12:50:35 -07:00
ColorConverter.c TileGrid: pixel_shader is not always a palette 2019-03-27 10:55:50 -04:00
ColorConverter.h TileGrid: pixel_shader is not always a palette 2019-03-27 10:55:50 -04:00
Display.c add Display.__init__() args for brightness and auto_brightness 2019-04-18 15:59:16 -04:00
Display.h Added option to easily treat SPI parameter data as commands 2019-04-04 23:15:00 -07:00
FourWire.c Merge remote-tracking branch 'adafruit/master' into fix_cpx_display 2019-04-08 17:15:08 -07:00
FourWire.h Stop hard-coding SPI frequency in FourWire 2019-04-06 15:15:29 +02:00
Group.c Make point 2 in areas exclusive and simplify full_coverage. 2019-05-22 15:00:47 -07:00
Group.h Rework the pixel computation to use areas 2019-05-21 17:41:06 -07:00
OnDiskBitmap.c Fix off by one error in OnDiskBitmap 2019-04-17 15:17:11 -07:00
OnDiskBitmap.h added monochrome, 8bpp indexed, and 32bpp ARGB BMPs 2019-02-28 23:08:12 -08:00
Palette.c Make palette color ordering consistent with ColorConvertes and fix blinka. 2019-01-23 14:44:46 -08:00
Palette.h Make displayio.Palette support more than 255 colors 2019-03-20 20:36:05 +01:00
Shape.c DISPIO: end_x can't be > height of shape 2019-02-12 17:53:11 -05:00
Shape.h Add support for rendering a shape. 2019-01-14 17:29:15 -08:00
TileGrid.c Fix off-by-one error 2019-05-31 15:50:55 -07:00
TileGrid.h Rework the pixel computation to use areas 2019-05-21 17:41:06 -07:00
__init__.c Make point 2 in areas exclusive and simplify full_coverage. 2019-05-22 15:00:47 -07:00
__init__.h Rework the pixel computation to use areas 2019-05-21 17:41:06 -07:00
area.h Make point 2 in areas exclusive and simplify full_coverage. 2019-05-22 15:00:47 -07:00
mipi_constants.h Minor tweaks based on feedback 2018-09-06 14:49:49 -07:00