When using the ESP-IDF, there are the LEDC-drivers. Basically, you initialize a timer and a channel, so a matching PWM for your LED is the result.
ledc_channel_config_t.hpoint
ledc_set_duty_with_hpoint(...)
The hpoint parameter comes up a lot of times and most I could find all over the search engines was: keep it at zero.
So what does this hpoint-parameter stand for?