circuitpython/shared-bindings/tilepalettemapper
2025-05-09 09:56:34 -05:00
..
__init__.c update copyrights, remove unused empty files. remove debugging print 2025-03-05 09:15:45 -06:00
TilePaletteMapper.c fix pixel_shader property name, add tilegrid property and set tilegrid to None before it is bound, disallow TPM from being bound multiple times. 2025-05-09 09:56:34 -05:00
TilePaletteMapper.h pixel_shader back to required on TileGrid. TPM init with no tilegrid or width/height, internal bind function is used to bind a TileGrid to a TilePaletteMapper when the TileGrid is init with or has pixel_shader set to a TPM 2025-05-08 18:08:56 -05:00