We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d651d commit ef38f87Copy full SHA for ef38f87
beepy-sdk/build-sdk.py
@@ -479,7 +479,7 @@ def download_sources():
479
# ardangelo sharp driver : temporarily using Kiboneu's repo; contains patch for pull request #15 on ardangelo repo
480
download_source("https://github.com/Kiboneu/sharp-drm-driver","sharp-drm-driver","Sharp Memory LCD DRM framebuffer driver")
481
os.chdir(os.path.join(SRC_DIR,"sharp-drm-driver"))
482
- git("checkout","e65472734decd59450e2448d1218c4f69babcea8") # 2025-04-31
+ git("checkout","ea98230f3b1ff9da993c85c8aa958d338bdd1847") # 2025-04-31
483
484
download_source("https://github.com/deniskropp/flux","flux","Flux library for DirectFB2")
485
os.chdir(os.path.join(SRC_DIR,"flux"))
0 commit comments