Added TactilityC symbols and DPI updates(#438)

+ btt-panda-touch size correction and dpi update
+ wt32-sc01-plus dpi update
This commit is contained in:
Shadowtrance 2025-12-30 03:16:08 +10:00 committed by GitHub
parent 3fc2ff8bc6
commit feaeb11e49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 23 additions and 3 deletions

View File

@ -11,9 +11,9 @@ spiRamSpeed=120M
esptoolFlashFreq=120M esptoolFlashFreq=120M
[display] [display]
size=2.4" size=5"
shape=rectangle shape=rectangle
dpi=139 dpi=187
[lvgl] [lvgl]
colorDepth=16 colorDepth=16

View File

@ -14,7 +14,7 @@ esptoolFlashFreq=80M
[display] [display]
size=3.5" size=3.5"
shape=rectangle shape=rectangle
dpi=139 dpi=165
[lvgl] [lvgl]
colorDepth=16 colorDepth=16

View File

@ -362,6 +362,7 @@ const esp_elfsym main_symbols[] {
ESP_ELFSYM_EXPORT(lv_event_get_target_obj), ESP_ELFSYM_EXPORT(lv_event_get_target_obj),
ESP_ELFSYM_EXPORT(lv_event_get_target), ESP_ELFSYM_EXPORT(lv_event_get_target),
ESP_ELFSYM_EXPORT(lv_event_get_current_target_obj), ESP_ELFSYM_EXPORT(lv_event_get_current_target_obj),
ESP_ELFSYM_EXPORT(lv_event_get_draw_task),
// lv_obj // lv_obj
ESP_ELFSYM_EXPORT(lv_color_hex), ESP_ELFSYM_EXPORT(lv_color_hex),
ESP_ELFSYM_EXPORT(lv_color_make), ESP_ELFSYM_EXPORT(lv_color_make),
@ -459,6 +460,11 @@ const esp_elfsym main_symbols[] {
ESP_ELFSYM_EXPORT(lv_obj_set_size), ESP_ELFSYM_EXPORT(lv_obj_set_size),
ESP_ELFSYM_EXPORT(lv_obj_set_width), ESP_ELFSYM_EXPORT(lv_obj_set_width),
ESP_ELFSYM_EXPORT(lv_obj_set_height), ESP_ELFSYM_EXPORT(lv_obj_set_height),
ESP_ELFSYM_EXPORT(lv_obj_send_event),
ESP_ELFSYM_EXPORT(lv_obj_set_style_outline_color),
ESP_ELFSYM_EXPORT(lv_obj_set_style_outline_width),
ESP_ELFSYM_EXPORT(lv_obj_set_style_outline_pad),
ESP_ELFSYM_EXPORT(lv_obj_set_style_outline_opa),
// lv_font // lv_font
ESP_ELFSYM_EXPORT(lv_font_get_default), ESP_ELFSYM_EXPORT(lv_font_get_default),
// lv_theme // lv_theme
@ -563,6 +569,7 @@ const esp_elfsym main_symbols[] {
ESP_ELFSYM_EXPORT(lv_display_get_vertical_resolution), ESP_ELFSYM_EXPORT(lv_display_get_vertical_resolution),
ESP_ELFSYM_EXPORT(lv_display_get_physical_horizontal_resolution), ESP_ELFSYM_EXPORT(lv_display_get_physical_horizontal_resolution),
ESP_ELFSYM_EXPORT(lv_display_get_physical_vertical_resolution), ESP_ELFSYM_EXPORT(lv_display_get_physical_vertical_resolution),
ESP_ELFSYM_EXPORT(lv_display_dpx),
// lv_pct // lv_pct
ESP_ELFSYM_EXPORT(lv_pct), ESP_ELFSYM_EXPORT(lv_pct),
ESP_ELFSYM_EXPORT(lv_pct_to_px), ESP_ELFSYM_EXPORT(lv_pct_to_px),
@ -589,6 +596,7 @@ const esp_elfsym main_symbols[] {
ESP_ELFSYM_EXPORT(lv_indev_get_key), ESP_ELFSYM_EXPORT(lv_indev_get_key),
ESP_ELFSYM_EXPORT(lv_indev_get_gesture_dir), ESP_ELFSYM_EXPORT(lv_indev_get_gesture_dir),
ESP_ELFSYM_EXPORT(lv_indev_get_state), ESP_ELFSYM_EXPORT(lv_indev_get_state),
ESP_ELFSYM_EXPORT(lv_indev_active),
// lv_timer // lv_timer
ESP_ELFSYM_EXPORT(lv_timer_handler), ESP_ELFSYM_EXPORT(lv_timer_handler),
ESP_ELFSYM_EXPORT(lv_timer_handler_run_in_period), ESP_ELFSYM_EXPORT(lv_timer_handler_run_in_period),
@ -617,6 +625,18 @@ const esp_elfsym main_symbols[] {
ESP_ELFSYM_EXPORT(lv_line_create), ESP_ELFSYM_EXPORT(lv_line_create),
ESP_ELFSYM_EXPORT(lv_line_set_points), ESP_ELFSYM_EXPORT(lv_line_set_points),
ESP_ELFSYM_EXPORT(lv_line_set_points_mutable), ESP_ELFSYM_EXPORT(lv_line_set_points_mutable),
// lv_group
ESP_ELFSYM_EXPORT(lv_group_remove_obj),
// lv_mem
ESP_ELFSYM_EXPORT(lv_free),
ESP_ELFSYM_EXPORT(lv_malloc),
// lv_draw
ESP_ELFSYM_EXPORT(lv_draw_task_get_draw_dsc),
ESP_ELFSYM_EXPORT(lv_draw_task_get_label_dsc),
ESP_ELFSYM_EXPORT(lv_draw_task_get_fill_dsc),
// lv_image
ESP_ELFSYM_EXPORT(lv_image_create),
ESP_ELFSYM_EXPORT(lv_image_set_src),
// stdio.h // stdio.h
ESP_ELFSYM_EXPORT(rename), ESP_ELFSYM_EXPORT(rename),
// dirent.h // dirent.h