8000 SH1107 (64x128) display support completed by mutatrum · Pull Request #1022 · bitaxeorg/ESP-Miner · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SH1107 (64x128) display support completed #1022

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 22, 2025

Conversation

mutatrum
Copy link
Collaborator
@mutatrum mutatrum commented Jun 9, 2025

By upgrading the LVGL 9.3, this fixes the display corruption when rotating the display which was needed to complete the support for the SH1107 display.

Replaced the Flip Screen setting by a Rotation setting.

Also fixed the Bitaxe logo alignment on bigger screens and improved the layout of other screens.

The SH1107 (128x128) is not supported yet: #1028

REST API changes:

  • flipscreen is removed from info endpoint
  • rotation is added to info endpoint

@mutatrum mutatrum linked an issue Jun 10, 2025 that may be closed by this pull request
@mutatrum mutatrum added the api change Changes the REST API label Jun 10, 2025
@mutatrum mutatrum changed the title LVGL v9.3 Complete SH1107 display support Jun 10, 2025
@mutatrum mutatrum changed the title Complete SH1107 display support SH1107 display support completed Jun 10, 2025
@mutatrum mutatrum added the enhancement New feature or request label Jun 10, 2025
@mutatrum mutatrum changed the title SH1107 display support completed SH1107 (64x128) display support completed Jun 10, 2025
@@ -69,7 +69,7 @@ EMBED_FILES "http_server/recovery_page.html"
)

idf_build_set_property(COMPILE_OPTIONS "-DLV_CONF_INCLUDE_SIMPLE=1" APPEND)
idf_build_set_property(COMPILE_OPTIONS "-DLV_CONF_PATH= ${CMAKE_SOURCE_DIR}/main/lv_conf.h" APPEND)
idf_build_set_property(COMPILE_OPTIONS "-DLV_CONF_PATH=\"${CMAKE_SOURCE_DIR}/main/lv_conf.h\"" APPEND)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes the compilation problems. LV_CONF_PATH now needs to be a string.

@mutatrum mutatrum linked an issue Jun 11, 2025 that may be closed by this pull request
@WantClue WantClue self-requested a review June 17, 2025 16:38
Copy link
Collaborator
@WantClue WantClue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@WantClue WantClue merged commit fbefce3 into bitaxeorg:master Jun 22, 2025
2 checks passed
@mutatrum mutatrum deleted the lvgl-v9_3 branch June 22, 2025 19:42
< 6FE2 /form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api change Changes the REST API enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SH1107 vertical display can't be rotated Add support for SH1107 display
2 participants
0