add almost full vfd implementation

This commit is contained in:
2024-08-23 16:30:22 +02:00
parent ac0f9f0587
commit 54cbbffae9
21 changed files with 607 additions and 78 deletions

View File

@ -4,7 +4,10 @@
struct vfd_config {
bool enable;
int port;
bool utf_conversion;
};
HRESULT vfd_hook_init(const struct vfd_config *cfg, unsigned int port_no);
HRESULT vfd_hook_init(struct vfd_config *cfg);