Wykres commitów

  • bc0aa57a6b Binary fonts: Fix bug and improve docs (iss 59). master Peter Hinch 2024-03-28 11:42:08 +0000
  • 5f585e77a8 Docs: Further clarify mapping args. Peter Hinch 2024-03-22 17:39:00 +0000
  • 52e7f48ea8 V0.42 Default mapping is now horizontal. Peter Hinch 2024-03-22 17:27:01 +0000
  • 493564b491 V0.42 Default mapping is now horizontal. Peter Hinch 2024-03-22 17:25:33 +0000
  • c37e4acabd
    Merge pull request #54 from Deep145757/patch-1 Peter Hinch 2023-10-29 17:08:55 +0000
  • 5d18e5c8a5
    doc(README): remove typo Deep145757 2023-10-28 22:34:22 +0530
  • 6f117b1fe7 font_to_py.py: Run Black over code. Peter Hinch 2023-10-28 17:58:12 +0100
  • 9f31ebcdd2 fix Jacques Supcik 2023-10-26 23:46:41 +0200
  • c8a86a0df7 fix Jacques Supcik 2023-10-26 16:09:55 +0200
  • db07a856bc Alternative .py writer Jacques Supcik 2023-10-26 16:07:49 +0200
  • ee9dbb2a1b add info to create charset file Jacques Supcik 2023-10-26 12:47:27 +0200
  • 8e31154d97 more splitting Jacques Supcik 2023-10-26 12:39:11 +0200
  • 3c9ef81fdd add latin15 Jacques Supcik 2023-10-26 01:16:24 +0200
  • 9453548518 split writer from cli Jacques Supcik 2023-10-26 01:00:28 +0200
  • a874f617d2 fix test program Jacques Supcik 2023-10-25 18:13:23 +0200
  • e1005e56a1 add latin15 file Jacques Supcik 2023-10-25 18:12:45 +0200
  • f70830d8be add __init__ file Jacques Supcik 2023-10-25 17:16:10 +0200
  • 82829bd096 refactoring Jacques Supcik 2023-10-25 17:13:47 +0200
  • 21dc7be17f
    Merge pull request #48 from barafael/patch-1 Peter Hinch 2023-06-17 08:24:43 +0100
  • 3abb10a760
    Remove unneeded `import os` from writer.py Rafael Bachmann 2023-06-12 21:13:11 +0200
  • 1c25662a6e DRIVERS.md: Update link to official SSD1306 driver. peterhinch 2023-05-16 08:18:59 +0100
  • a1d752ae73 Minor doc changes. peterhinch 2023-03-20 09:13:08 +0000
  • b5580b7100 Document V0.41. peterhinch 2023-01-30 18:11:24 +0000
  • aa6f67157a Provide for large charsets. Add Chinese etc. charset file. peterhinch 2023-01-30 17:03:19 +0000
  • 0bb2873663
    Merge pull request #45 from lizhaoguosina/sparse-24-bit sparse-24-bit Peter Hinch 2023-01-30 16:44:41 +0000
  • 0186d6aa1f update Chinese Japanese example 李兆国 2023-01-16 19:17:34 +0800
  • 7a93100e72 Experimental support for large sparse fonts. peterhinch 2023-01-15 17:42:48 +0000
  • b5ead8dc04 font_to_py.py: Better exception text if font size > 65535 bytes. peterhinch 2023-01-15 11:41:09 +0000
  • 7f7b5989c6 writer.py: CWriter has create_color method for 4-bit drivers. peterhinch 2022-12-06 09:11:25 +0000
  • 181061f25e writer.py: CWriter has create_color method for 4-bit drivers. peterhinch 2022-12-06 09:09:21 +0000
  • e1c3f09441 WRITER.md; remove superceded section 1.5. Peter Hinch 2022-05-17 16:21:37 +0100
  • 18d288ff37 WRITER.md: link to list of supported displays. Peter Hinch 2022-05-10 11:48:15 +0100
  • 265e54479d Tidy up docs. Peter Hinch 2022-01-14 15:01:47 +0000
  • c9231076e4 Add c_to_python_font.py. Peter Hinch 2022-01-14 14:49:53 +0000
  • eebd7307af Add c_to_python_font.py. Peter Hinch 2022-01-14 14:48:04 +0000
  • dcc97abc3f writer.py Fix stringlen bug with zero length string. Peter Hinch 2021-09-19 11:59:47 +0100
  • c90a904ae1 WRITER.md Add note on icon fonts. Peter Hinch 2021-09-14 07:13:24 +0100
  • cee7862b8b writer.py Simpler faster color code. Requires fw V1.17. Peter Hinch 2021-09-07 10:31:25 +0100
  • 698444fa12 WRITER.md Provide color sample code. Peter Hinch 2021-08-31 19:36:51 +0100
  • 46c13cd24c writer.py: Add timing comments. Peter Hinch 2021-08-31 08:54:15 +0100
  • a14eb545a2 Add color image. Doc corrections and improvements. Peter Hinch 2021-08-28 18:23:30 +0100
  • b5d261f96b Add color image. Doc corrections and improvements. Peter Hinch 2021-08-28 18:22:23 +0100
  • c97758f912 Fast color text rendering via PR7682. Peter Hinch 2021-08-28 17:17:40 +0100
  • ff08d3526f writer.py: correct outdated code comment. Peter Hinch 2021-06-24 09:57:19 +0100
  • f2a9f4c03a writer: framebuf_utils is now Pyboard-only. Matches reality :) Peter Hinch 2021-02-19 17:26:13 +0000
  • 0803aeab57 writer.py: fix issue with rp2 fast mode. Peter Hinch 2021-02-14 17:07:24 +0000
  • b338e73154 writer.py: throw ValueError if font too large for device. Peter Hinch 2021-02-06 15:16:39 +0000
  • abbed51587 font_to_py fix outdated link in code comments. Peter Hinch 2021-02-01 17:44:03 +0000
  • 7af162d7a6 font_to_py checks freetype version. Peter Hinch 2021-02-01 17:10:32 +0000
  • 4e07ed605b Document handling of bitmapped font files. Peter Hinch 2021-01-31 17:53:24 +0000
  • 0b253aa68a font_to_py.py 1st pass at BDF and PCF support. col_clip Peter Hinch 2021-01-31 14:13:46 +0000
  • 081ef12d90 Update WRITER.md remove most debug print statements. Peter Hinch 2021-01-30 17:38:59 +0000
  • 103a6bae85 1st pass at fixing word wrap. Peter Hinch 2021-01-29 12:49:45 +0000
  • 3c9eec9476 Writer/CWriter clip partial characters. Peter Hinch 2021-01-28 13:56:13 +0000
  • 1c5078c759 Clarify comments Timothy Lovelock 2021-01-24 17:22:21 +0100
  • 823be23509 Correct error message if incorrect file suffix supplied Timothy Lovelock 2021-01-24 17:18:21 +0100
  • 14b48faf7f Add ability to define width of whitespace between characters, to avoid premature linebreaks Timothy Lovelock 2021-01-24 15:42:30 +0100
  • 6f92a32848 Update documentation Timothy Lovelock 2021-01-23 21:28:42 +0100
  • 8780c22105 WRITER.md: reference ePaper drivers. Peter Hinch 2021-01-18 10:43:21 +0000
  • 391c7c80d9 Add automatic height support for .bdf files Timothy Lovelock 2020-12-31 15:13:55 +0100
  • 0e3652a136 DRIVERS.md link to nanogui drivers list. Peter Hinch 2020-12-30 15:10:56 +0000
  • 20f05e5f25 DRIVERS.md link to nanogui drivers list. Peter Hinch 2020-12-30 14:55:33 +0000
  • ad731128d4 Initial support -- removed restriction to allow .bdf files Timothy Lovelock 2020-12-13 17:02:03 +0100
  • f1a2e0984c writer/WRITER.md fix broken link. Peter Hinch 2020-11-30 09:17:29 +0000
  • 22fb40d861 writer/WRITER.md add new device drivers. Peter Hinch 2020-11-30 09:14:22 +0000
  • 8bb68ddbff writer/WRITER.md add new device drivers. Peter Hinch 2020-11-30 09:10:37 +0000
  • 4e998ad2bd writer.py: fast_mode optional relative import. Peter Hinch 2020-11-06 09:17:15 +0000
  • 1159205dcc Warn but run normally if framebuf_utils.mpy is for incorrect arch. Peter Hinch 2020-11-02 16:30:46 +0000
  • a5e07d15ad writer.py: support framebuf_utils.mpy. Peter Hinch 2020-10-02 17:56:40 +0100
  • 66f9e4bf24 writer.py: support framebuf_utils.mpy. Peter Hinch 2020-10-02 17:50:51 +0100
  • 2d50c93802 font_to_py.py font_test.py Fix shebang. Peter Hinch 2020-05-12 09:20:51 +0100
  • 59ab110796 added invert color option Dan Krause 2020-04-01 09:38:35 -0400
  • 5975b35883 Fix and document font_test.py. Peter Hinch 2020-02-14 11:03:09 +0000
  • d187b8da02 Fix and document font_test.py. Peter Hinch 2020-02-14 10:57:21 +0000
  • 5b0b3fce97 font_to_py.py Implement fix for iss #23. Peter Hinch 2019-11-01 18:26:53 +0000
  • 72d595f99a Implement changes in issues 21 and 22. Peter Hinch 2019-10-22 06:11:25 +0100
  • c41b96e5d1 FONT_TO_PY.md add stackoverflow link. Peter Hinch 2019-10-19 11:20:21 +0100
  • b590f21e45 Improvements to docs. Peter Hinch 2019-10-18 13:28:49 +0100
  • b5326c3cf3 Improvements to docs. Peter Hinch 2019-10-18 13:28:19 +0100
  • 24cc715c73 Improvements to docs. Peter Hinch 2019-10-18 13:25:56 +0100
  • 93e42c4dd9 FONT_TO_PY.md Update for V0.33 Peter Hinch 2019-10-17 13:58:16 +0100
  • 5c6ac90911 Implement left alignment. Peter Hinch 2019-10-17 12:30:18 +0100
  • 6e9e934939 V0.33 Add baseline(), fix bug with name check. Peter Hinch 2019-10-17 07:32:27 +0100
  • b854d8f078 Sparse fonts use non-recursive search. Peter Hinch 2019-09-21 05:24:02 +0100
  • 3078e311cd More efficient search in sparse fonts. Peter Hinch 2019-09-10 09:36:41 +0100
  • 8f818db3c6 Refactor. Peter Hinch 2019-09-09 12:01:37 +0100
  • 229ec1ba4b Fixes to docs and code comment. Peter Hinch 2019-09-09 06:51:29 +0100
  • 6f3ed4e66b Corrections to FONT_TO_PY.md. Peter Hinch 2019-09-08 17:37:27 +0100
  • 52d060737d V0.3 Sparse index implemented. Peter Hinch 2019-09-08 17:25:51 +0100
  • dfb80d975d Dual indices. Peter Hinch 2019-09-08 12:55:09 +0100
  • 78b0056713 Docs: minor change to FONT_TO_PY.md Peter Hinch 2019-09-08 06:03:00 +0100
  • 2adc54c417 V0.28 release. Peter Hinch 2019-09-07 11:55:12 +0100
  • d5afb2041a Add extended char set file. Peter Hinch 2019-09-06 09:17:44 +0100
  • ae77904df9 Merge mcauser doc updates Peter Hinch 2019-09-06 09:14:35 +0100
  • a9bafe4663 V0.27 Command line as comment in font file. Peter Hinch 2019-09-06 09:06:23 +0100
  • 311e78bc56
    Merge pull request #16 from mcauser/hx1230 Peter Hinch 2019-08-19 18:26:53 +0100
  • 0ea6d712a1 Update DRIVERS.md to include ref to HX1230 driver. Mike Causer 2019-08-20 00:44:03 +1000
  • bfcbb1350b Update WRITER.md to include ref to HX1230 driver. Mike Causer 2019-08-20 00:43:43 +1000
  • 1bf283b16f Update WRITER.md to include ref to SSD1351 driver. Peter Hinch 2019-06-04 13:31:26 +0100
  • 24e3d2a1a7 Add missing writer_gui.py Peter Hinch 2019-02-03 14:30:50 +0000