CFontzPacket updates:
- Add a structure describing known models, their features and default settings. - Use partial screen updates for newer CFA633 versions. - For CFA533/633 use the same character mapping as for HD44780. - Fixed a few typos. - Use C-style comments only. - Add a warning about the driver being deprecated to CFontz633. Users should use CFontzPacket with Model=633 instead.
This commit is contained in:
@@ -518,8 +518,8 @@ test_packet(int fd, unsigned char response, COMMAND_PACKET *in)
|
||||
if (in->command == 0x80)
|
||||
AddKeyToKeyRing(&keyring, in->data[0]);
|
||||
else if (in->command == response)
|
||||
response_received = 1;
|
||||
}
|
||||
response_received = 1;
|
||||
}
|
||||
|
||||
is_msg = check_for_packet(fd, in, MAX_DATA_LENGTH);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user