zephyr/include/zephyr/display
TOKITA Hiroshi a0f37226d5 fb: cfb: Use signed-integer for API that specifies coordinations
Change the arguments of `cfb_invert_area`, `cfb_print`, and
`cfb_draw_(point|line|rect|circle)`, which used unsigned integers to
specify coordinates to signed integers.

This is because coordinate are usually specify with real numbers,
so it is difficult to use unless negative numbers are accepted.
We clip drawings outside the drawable area on the implementation side.

Accordingly, we will update the API version to 0.10.0.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2026-03-16 12:19:40 +01:00
..
cfb.h fb: cfb: Use signed-integer for API that specifies coordinations 2026-03-16 12:19:40 +01:00
mb_display.h drivers: display/misc: move MicroBIT/Grove libraries to 3rd-party group 2023-06-05 20:21:09 -04:00
mipi_display.h include: display: mipi_display: add missing doxygen comments 2025-12-22 20:40:36 +01:00
ssd16xx.h include: display: ssd16xx:: add doxygen docs for ssd16xx extended API 2025-12-22 20:40:57 +01:00