* New utility functions added for ledmaps
* Allow object creation if Pixelblaze can't be opened immediately.
Added
* New method setMapCoordinates()
Changed
* Refactored createMapData out of setMapFunction
* Call setMapData from setMapFunction and setMapCoordinates
* New argument for Pixelblaze() constructor: "ignoreOpenFailure" (default False). If True, the Pixelblaze object will
be successfully created even if the Pixelblaze can't be opened immediately. Subsequent attempts to use the Pixelblaze
will automatically retry opening the connection.*