79 Commits (a6ab43aa888b13d72ea3b7e51a6fb6f4c294d9f0)

Author SHA1 Message Date
Yishai Jaffe b5c634f4bb cfb: fix get_glyph_byte for vtiled displays 3 months ago
Yishai Jaffe 010d33c239 cfb: typo fixes 3 months ago
Yishai Jaffe de9dd989f8 cfb: clear display on init correctly 3 months ago
Yishai Jaffe 5119330549 cfb: support text draw for non-vtiled displays 3 months ago
TOKITA Hiroshi 04eba1d392 fb: cfb: Remove unused config 5 months ago
Oleh Kravchenko ed15ff14d4 fb: cfb: Fix print of ASCII chars from 128 to 255 5 months ago
Pieter De Gendt 39a49431c7 drivers: display: Place API into iterable section 7 months ago
Pisit Sawangvonganan effe4bbf95 fb: cfb_shell: remove `dev` null check 8 months ago
Pisit Sawangvonganan cff8b6092e fb: cfb_shell: use `shell_strtol` in `cmd_set_kerning` 8 months ago
Pisit Sawangvonganan 06e0b2d1d6 fb: cfb: remove unnecessary `NULL` check and `NULL` assignment 8 months ago
Pisit Sawangvonganan b7fe2a0bf9 fb: cfb: avoid multiple `strlen` calls in `draw_text` 8 months ago
Martin Stumpf 2e0687cfd2 generic: add `frame_incomplete` where missing 8 months ago
TOKITA Hiroshi 40629ac9f9 fb: cfb: Fix CID 394240 1 year ago
TOKITA Hiroshi 83860c2dfd fb: cfb: Add framebuffer deinitialize function 1 year ago
TOKITA Hiroshi d542e75975 fb: cfb: Fix CFB_FONT_MSB_FIRST font rendering 1 year ago
TOKITA Hiroshi 90ffecdf2b fb: cfb: Remove unused value 2 years ago
TOKITA Hiroshi 4681e0e1a4 fb: cfb: Remove sanity check for unused value 2 years ago
TOKITA Hiroshi 330acf53d1 fb: cfb: remove font existence check on initializing 2 years ago
TOKITA Hiroshi 916b5ce799 fb: cfb: add font existence check at link time 2 years ago
TOKITA Hiroshi 476a5f57fd fb: cfb_shell: correct invert command implementation 2 years ago
TOKITA Hiroshi 75904f0d19 fb: correct invert_area image calculation 2 years ago
TOKITA Hiroshi 92efbeeec6 fb: cfb_shell: Add `draw rect` command 2 years ago
TOKITA Hiroshi 59a6092849 fb: cfb: Add cfb_draw_rect() API 2 years ago
TOKITA Hiroshi 182c55f69f fb: cfb_shell: Add `draw line` command 2 years ago
TOKITA Hiroshi ea42b0dc9d fb: cfb: Add cfb_draw_line() API 2 years ago
TOKITA Hiroshi 39c8288bab fb: cfb_shell: Add `draw point` command 2 years ago
TOKITA Hiroshi 9def1258a0 fb: cfb: Add cfb_draw_point() API 2 years ago
Kumar Gala 47cf00058e fb: cfb: Use TYPE_SECTION macros for cfb_fonts 2 years ago
Gerard Marull-Paretas 667eeb11fb shell: fix MISRA 5.7 violations on `struct shell` 2 years ago
TOKITA Hiroshi 47f14d6375 fb: cfb_shell: support area inverting 2 years ago
TOKITA Hiroshi e2c946536e fb: cfb_shell: Add `draw text` command 2 years ago
TOKITA Hiroshi 7068587505 fb: cfb: support inverting with coordinates that do not align with the tile 2 years ago
TOKITA Hiroshi 5634691d8c fb: cfb: Add cfb_draw_text() API 2 years ago
TOKITA Hiroshi ca5de12503 fb: cfb: support drawing to any coordinates 2 years ago
TOKITA Hiroshi b4965d672b fb: cfb: add const modifier for argument of cfb_print 2 years ago
TOKITA Hiroshi 6663b558fa fb: cfb: Restore inverted framebuffer to make able to reuse 2 years ago
Dölker Kim 3e5cca196c fb: cfb: fix cfb_framebuffer_clear() implementation 2 years ago
Simon Frank 5d9db9dc65 fb: cfb: cfb_shell command to set font kerning 2 years ago
Simon Frank b50838c66f fb: cfb: add API to set font kerning 2 years ago
TOKITA Hiroshi cccfc8fc8f fb: cfb_shell: set pixel format as MONO10 or MONO01 on initializing 2 years ago
TOKITA Hiroshi 279c722edb fb: cfb_shell: turn off display_blanking at initializing 2 years ago
Gerard Marull-Paretas 79e6b0e0f6 includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 3 years ago
Gerard Marull-Paretas b402ac7b82 fb: initialize devices at compile time 3 years ago
Anas Nashif 01582f80b7 scripts: move gen_cfb_font_header.py to scripts/build 3 years ago
Gerard Marull-Paretas 5113c1418d subsystems: migrate includes to <zephyr/...> 3 years ago
Karol Duda 5878f55662 cfb: support for HPACKED fonts 3 years ago
Maciej Zagrabski ac71af1001 cfb: introduce invert area function 3 years ago
Maciej Zagrabski 2ae8e96573 cfb: deprecate use of specific error return values 3 years ago
Nazar Kazakov f483b1bc4c everywhere: fix typos 3 years ago
Johann Fischer 4541f1f76a samples: use chosen property to get default display controller 4 years ago