8000 Comparing 2.1.2...main · adafruit/Adafruit_CircuitPython_Bitmap_Font · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/Adafruit_CircuitPython_Bitmap_Font
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.2
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_Bitmap_Font
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 27 files changed
  • 3 contributors

Commits on Oct 7, 2024

  1. remove deprecated get_html_theme_path() call

    Signed-off-by: foamyguy <foamyguy@gmail.com>
    FoamyGuy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    549b41a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. add sphinx configuration to rtd.yaml

    Signed-off-by: foamyguy <foamyguy@gmail.com>
    FoamyGuy committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    03d935b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. use ruff

    FoamyGuy committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    06f9658 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from FoamyGuy/use_ruff

    use ruff
    tannewt authored Mar 17, 2025
    8000
    Configuration menu
    Copy the full SHA
    79d62e7 View commit details
    Browse the repository at this point in the history
  3. Add support for LVGL binary font format

    There is an in-browser converter here: https://lvgl.io/tools/fontconverter
    
    The format is documented here: https://github.com/lvgl/lv_font_conv/tree/master/doc
    tannewt committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    8d11d61 View commit details
    Browse the repository at this point in the history
  4. Add back header variable

    tannewt committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    0c5c2d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Put header in correct file

    tannewt committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    9191096 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69 from tannewt/lvfontbin

    Add support for LVGL binary font format
    FoamyGuy authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    51b4032 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. Add additional cmap support

    Formats 0 and 3 are used in Japanese fonts.
    tannewt committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    08d6cb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Merge pull request #70 from tannewt/cmap03

    Add additional cmap support
    FoamyGuy authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    1ba6e0d View commit details
    Browse the repository at this point in the history
Loading
0