VL53L5CX custom ranging grid
I see that the ultralite driver for the VL53L5CX supports 4x4 60Hz and 8x8 15Hz, but my use case would really benefit from a custom ROI set like the VL53L1 was able to use (in this case I'd like to do an 8x2 grid covering the two central bands of the 4x4 grid in terms of sensor coverage). Is there a way to customize the ROI zones for this sensor like its predecessors?
It looks like _vl53l5cx_send_offset_data is generating something like the ROI zones of the older sensors, so I may start playing around with adding a custom version of that function.
