
23 May
2018
23 May
'18
6:33 p.m.
Hi Mario,
On 23 May 2018 at 06:09, Mario Six mario.six@gdsys.cc wrote:
Add command to query information from and write text to on-screen display (OSD) devices.
Signed-off-by: Mario Six mario.six@gdsys.cc
v1 -> v2:
- Added explanation for what a OSD is
- Added explanation of the color parameter
- Moved GDSYS_LEGACY_OSD_CMDS to gdsys Kconfig
board/gdsys/mpc8308/Kconfig | 11 ++ cmd/Kconfig | 8 + cmd/Makefile | 1 + cmd/osd.c | 378 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 398 insertions(+) create mode 100644 cmd/osd.c
To me it seems unfortunate that the legacy and new commands are named the same. I suppose that is unavoidable?
I wonder if the legacy code could be moved to board/gdsys instead? It is out of the way then.
Regards, Simon