Skip to content

Commit

Permalink
chore: Rebase cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Oct 16, 2023
1 parent 3444c37 commit a8eb386
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
[submodule "radio/src/thirdparty/libopenui/thirdparty/lvgl"]
path = radio/src/thirdparty/libopenui/thirdparty/lvgl
url = https://github.com/EdgeTX/lvgl.git
branch = release/v8.2
branch = v8.3-patched
4 changes: 4 additions & 0 deletions radio/src/thirdparty/libopenui/thirdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,18 @@ set(LVGL_SOURCES_MINIMAL
draw/sw/lv_draw_sw_gradient.c
draw/sw/lv_draw_sw.c
draw/sw/lv_draw_sw_blend.c
draw/sw/lv_draw_sw_layer.c
draw/sw/lv_draw_sw_letter.c
draw/sw/lv_draw_sw_arc.c
draw/sw/lv_draw_sw_polygon.c
draw/sw/lv_draw_sw_img.c
draw/sw/lv_draw_sw_line.c
draw/sw/lv_draw_sw_dither.c
draw/sw/lv_draw_sw_rect.c
draw/sw/lv_draw_sw_transform.c
draw/lv_draw_layer.c
draw/lv_draw_line.c
draw/lv_draw_transform.c
draw/lv_draw.c
draw/lv_img_buf.c
draw/lv_draw_rect.c
Expand Down

0 comments on commit a8eb386

Please sign in to comment.