util: add pwetty support for big-endian RGB565
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 7 Jul 2022 13:52:33 +0000 (15:52 +0200)
committerDmitry Baryshkov <dbaryshkov@gmail.com>
Tue, 31 Oct 2023 13:24:32 +0000 (13:24 +0000)
commit584a85b89105aed972fcbea96349b6346209bae7
tree34bcde10939a2ac2eb480d35e27ed524f2c431d7
parent32a03fb32c649a665d0ff7162cf13c770d4662ee
util: add pwetty support for big-endian RGB565

Add support for rendering the crosshairs in a buffer using the
big-endian RGB565 format.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
v5:
  - Add Reviewed-by,

v4:
  - No changes,

v3:
  - No changes,

v2:
  - New.
tests/util/pattern.c