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

Quantum Painter #10174

Merged
merged 38 commits into from
Apr 13, 2022
Merged

Quantum Painter #10174

merged 38 commits into from
Apr 13, 2022

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    275a2bf View commit details
    Browse the repository at this point in the history
  2. Split out UTF-8 decoder.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    bc7cafa View commit details
    Browse the repository at this point in the history
  3. Fixup python formatting rules.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    a65c8e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95f7748 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f71372 View commit details
    Browse the repository at this point in the history
  6. Add stub rules.mk for QP.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    ef97ea8 View commit details
    Browse the repository at this point in the history
  7. Add stream type.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    cf6da0d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8934860 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    619eb06 View commit details
    Browse the repository at this point in the history
  10. Include <qp.h> when enabled.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    1ad330e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a37532c View commit details
    Browse the repository at this point in the history
  12. Add support for GC9A01.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    250eed4 View commit details
    Browse the repository at this point in the history
  13. Add support for ILI9341.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    61381dd View commit details
    Browse the repository at this point in the history
  14. Add support for ILI9163.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    c2ddf8b View commit details
    Browse the repository at this point in the history
  15. Add support for SSD1351.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    9eb7e0c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    85e82b9 View commit details
    Browse the repository at this point in the history
  17. Implement qp_line.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    1ff5422 View commit details
    Browse the repository at this point in the history
  18. Implement qp_rect.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    acad413 View commit details
    Browse the repository at this point in the history
  19. Implement qp_circle.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    98f4a8a View commit details
    Browse the repository at this point in the history
  20. Implement qp_ellipse.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    d06b657 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c9bf5f4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ff8815b View commit details
    Browse the repository at this point in the history
  23. Image loading.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    a26a988 View commit details
    Browse the repository at this point in the history
  24. Font loading.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    14a12e2 View commit details
    Browse the repository at this point in the history
  25. QGF palette loading.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    2d5e32e View commit details
    Browse the repository at this point in the history
  26. Progressive decoder of pixel data supporting Raw+RLE, 1-,2-,4-,8-bpp …

    …monochrome and palette-based images.
    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    19c6bee View commit details
    Browse the repository at this point in the history
  27. Image drawing.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e7e4edc View commit details
    Browse the repository at this point in the history
  28. Animations.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    50996b4 View commit details
    Browse the repository at this point in the history
  29. Font rendering.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    85b3738 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    720003a View commit details
    Browse the repository at this point in the history
  31. Fix build.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    49dd5f3 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ee3b415 View commit details
    Browse the repository at this point in the history
  33. qmk format-c

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    05a0acc View commit details
    Browse the repository at this point in the history
  34. Generation fix.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    bed9a60 View commit details
    Browse the repository at this point in the history
  35. First batch of docs.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    bedba63 View commit details
    Browse the repository at this point in the history
  36. More docs and examples.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    7e598b2 View commit details
    Browse the repository at this point in the history
  37. Review comments.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    6b233cc View commit details
    Browse the repository at this point in the history
  38. Public API documentation.

    tzarc committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    af11f6b View commit details
    Browse the repository at this point in the history