mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-20 06:58:39 +03:00
Menu pixel shift update
This commit is contained in:
@ -76,7 +76,7 @@ void UI_PrintString(const char *pString, uint8_t Start, uint8_t End, uint8_t Lin
|
||||
size_t Length = strlen(pString);
|
||||
|
||||
if (End > Start)
|
||||
Start += (((End - Start) - (Length * Width)) + 1) / 2;
|
||||
Start += ((End - Start) - (Length * Width)) / 2;
|
||||
|
||||
for (i = 0; i < Length; i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user