zephyr/subsys/fb
Pisit Sawangvonganan 06e0b2d1d6 fb: cfb: remove unnecessary NULL check and NULL assignment
Since the `fb` pointer is always assigned to `char_fb`, there is no need
for a `NULL` check. Additionally, removed setting `fb->buf` to `NULL` in
`cfb_framebuffer_init` as it will be overwritten by subsequent operations.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-11-16 14:53:57 -05:00
..
cfb_fonts.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
cfb_shell.c fb: cfb_shell: correct invert command implementation 2023-05-26 09:49:25 -04:00
cfb.c fb: cfb: remove unnecessary NULL check and NULL assignment 2024-11-16 14:53:57 -05:00
check_cfb_fonts.ld fb: cfb: add font existence check at link time 2023-08-14 18:08:12 +00:00
CMakeLists.txt fb: cfb: add font existence check at link time 2023-08-14 18:08:12 +00:00
Kconfig
README_fonts.txt scripts: move gen_cfb_font_header.py to scripts/build 2022-07-12 10:03:45 +02:00