Several issues giga display label issues

lv_obj_align_to does not seem to have any effect on label position.
lv_label_set_text_fmt wont take %f or print anything other then #d. %f just prints f.

Sometimes, LVGL may not refresh immediately. You might need to call lv_refr_now(NULL); after alignment to force a refresh.