Skip to content
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

TFT_LITTLE_VGL_UI for everyone #18438

Merged

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    d1ad4fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50f7943 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. fix a lot of issues with TFT_LITTLE_VGL_UI. Now its fully working in …

    …fsmc dma mode - SPI_GRAPHICAL_TFT not tested, even in a tronxy stock tft!
    rhapsodyv committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    4f1edb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17f658e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f574195 View commit details
    Browse the repository at this point in the history
  4. correct name

    rhapsodyv committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    26ea9ae View commit details
    Browse the repository at this point in the history
  5. correct platform

    rhapsodyv committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    d7fc9e2 View commit details
    Browse the repository at this point in the history
  6. now compliling fine

    rhapsodyv committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    beb3873 View commit details
    Browse the repository at this point in the history
  7. Update MarlinCore.cpp

    thinkyhead authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    c19205a View commit details
    Browse the repository at this point in the history
  8. Fix setting of board name

    thinkyhead authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    bd211bf View commit details
    Browse the repository at this point in the history
  9. Update draw_ui.h

    thinkyhead authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    827c9a9 View commit details
    Browse the repository at this point in the history
  10. Update draw_ui.h

    thinkyhead authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    53d9cf1 View commit details
    Browse the repository at this point in the history
  11. Update draw_ui.cpp

    thinkyhead authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    42eb75b View commit details
    Browse the repository at this point in the history
  12. Update draw_ui.cpp

    thinkyhead authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    5f19675 View commit details
    Browse the repository at this point in the history
  13. General cleanup

    thinkyhead committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    151d34d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    09973af View commit details
    Browse the repository at this point in the history
  15. FSMC define

    thinkyhead committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    249c73d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e339ca1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    24a6a42 View commit details
    Browse the repository at this point in the history
  18. NO_LCD_REINIT not needed

    thinkyhead committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    fcdf092 View commit details
    Browse the repository at this point in the history
  19. Apply pins formatting js

    thinkyhead committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    4d110c2 View commit details
    Browse the repository at this point in the history
  20. tweaks

    thinkyhead committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    d73290e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    506b177 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    269726b View commit details
    Browse the repository at this point in the history
  23. just call init if enabled

    rhapsodyv committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    c761f3f View commit details
    Browse the repository at this point in the history
  24. reverting touch calibration to original values, and configuring it in…

    … the board; to not break the default MKS
    rhapsodyv committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    a9e9df3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d83e247 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    99d419f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e75b98a View commit details
    Browse the repository at this point in the history
  28. Optimized asset load. Now the code just load the necessary assets acc…

    …ording with the user options, so we can use this UI in a 2mb spi flash! Fix language screen; Change lookup to case insenstive
    rhapsodyv committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    d2b11a8 View commit details
    Browse the repository at this point in the history
  29. index issue

    rhapsodyv committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    1caae1d View commit details
    Browse the repository at this point in the history
  30. align

    rhapsodyv committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    a5aa649 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8d81e70 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Configuration menu
    Copy the full SHA
    3a60ab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    224d307 View commit details
    Browse the repository at this point in the history
  3. gcode preview fully working

    rhapsodyv committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    c0da960 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    f95c35a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3111e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    309a915 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08581ac View commit details
    Browse the repository at this point in the history
  5. disable lang selection screen, because the lvgl current default font …

    …only support english letters
    rhapsodyv committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    99ea2ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ac925d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Update name to LVGL

    thinkyhead committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    de11ca4 View commit details
    Browse the repository at this point in the history