Skip to content

Commit

Permalink
[rmkit] update fbink for kobo colour support
Browse files Browse the repository at this point in the history
  • Loading branch information
okay committed May 23, 2024
1 parent 4692106 commit 7143698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vendor/FBInk
Submodule FBInk updated 80 files
+15 −2 .clang-format
+1 −0 .gitignore
+1 −1 .gitmodules
+81 −15 Makefile
+15 −1 README.md
+10 −10 button_scan_cmd.c
+1 −1 button_scan_cmd.h
+16 −18 cutef8/utf8.c
+4 −4 cutef8/utf8.h
+3 −12 eink/einkfb.h
+6 −0 eink/mtk-kobo.h
+1,243 −516 fbink.c
+272 −62 fbink.h
+1 −1 fbink_block.c
+1 −1 fbink_block.h
+2 −2 fbink_button_scan.c
+1 −1 fbink_button_scan.h
+197 −157 fbink_cmd.c
+11 −10 fbink_cmd.h
+1 −1 fbink_cozette.c
+1 −1 fbink_cozette.h
+546 −498 fbink_device_id.c
+36 −21 fbink_device_id.h
+1 −1 fbink_fatty.c
+1 −1 fbink_fatty.h
+584 −0 fbink_input_scan.c
+185 −0 fbink_input_scan.h
+42 −13 fbink_internal.h
+1 −1 fbink_leggie.c
+1 −1 fbink_leggie.h
+1 −1 fbink_microknight.c
+1 −1 fbink_microknight.h
+1 −1 fbink_misc_fonts.c
+1 −1 fbink_misc_fonts.h
+1 −1 fbink_orp.c
+1 −1 fbink_orp.h
+50 −1 fbink_rota_quirks.c
+1 −1 fbink_rota_quirks.h
+1 −1 fbink_scientifica.c
+1 −1 fbink_scientifica.h
+1 −1 fbink_spleen.c
+1 −1 fbink_spleen.h
+85 −0 fbink_string_utils.h
+1 −1 fbink_terminus.c
+1 −1 fbink_terminus.h
+1 −1 fbink_tewi.c
+1 −1 fbink_tewi.h
+1 −1 fbink_topaz.c
+1 −1 fbink_topaz.h
+38 −30 fbink_types.h
+1 −1 fbink_unifont.c
+1 −1 fbink_unifont.h
+1 −1 fbink_unscii.c
+1 −1 fbink_unscii.h
+1 −1 fbink_vga.c
+1 −1 fbink_vga.h
+27 −0 ffi/fbink_input_decl.c
+1 −1 libevdev
+1 −1 libunibreak
+14 −14 qimagescale/qdrawhelper_p.h
+28 −28 qimagescale/qimagescale.c
+21 −21 qimagescale/qimagescale_neon.c
+20 −20 qimagescale/qimagescale_sse4.c
+1 −1 stb
+2 −0 tools/Kobo_PCB_IDs.txt
+1 −1 tools/gridtohex.py
+1 −1 tools/hextoc.py
+50 −4 tools/pcb_to_ids.py
+1 −1 tools/rgb565_lut.py
+2 −2 tools/rota_map.c
+2 −2 utils/alt_buffer.c
+23 −11 utils/devcap_test.sh
+55 −58 utils/doom.c
+1 −6 utils/dump.c
+21 −15 utils/fbdepth.c
+13 −18 utils/finger_trace.c
+464 −0 utils/input_scan.c
+1 −1 utils/ion_heaps.c
+1 −1 utils/kx122_i2c.c
+2 −2 utils/rota.c

0 comments on commit 7143698

Please sign in to comment.