VL53L5CX works for the default VL53L5CX_RESOLUTION_4X4, but not for VL53L5CX_RESOLUTION_8X8
I'm using the example project provided for the VL53L5CX and it works fine with the default 4x4. The `vl53l5cx_init` method within the vl53l5cx_api.c is where I believed it should be configured in this section where I passed in VL53L5CX_RESOLUTION_8X8 to both send_offset_data and send_xtalk_data :

I also noted this post which said the buffer should be increased, which did not work. I wanted to know if anyone could supply an example of using the 8x8 resolution. The image below is the current output.

