fix
This commit is contained in:
@ -65,7 +65,7 @@ void ApplyEmojiImageScale(lv_obj_t* image_obj, lv_obj_t* image_box, const lv_ima
|
||||
if (image_box != nullptr) {
|
||||
lv_obj_center(image_obj);
|
||||
}
|
||||
ESP_LOGI(TAG, "Emoji image scale=%ld reserved=%ld/%ld size=%ldx%ld -> %ldx%ld",
|
||||
ESP_LOGD(TAG, "Emoji image scale=%ld reserved=%ld/%ld size=%ldx%ld -> %ldx%ld",
|
||||
static_cast<long>(scale), static_cast<long>(top_reserved),
|
||||
static_cast<long>(bottom_reserved), static_cast<long>(image_width),
|
||||
static_cast<long>(image_height),
|
||||
|
||||
Reference in New Issue
Block a user