Fix bugs in SLCD test and in SLCD CODEC
This commit is contained in:
parent
5f713af7a1
commit
8effa3e3f9
@ -841,7 +841,7 @@ static void slcd_writech(uint8_t ch, uint8_t curpos, uint8_t options)
|
||||
{
|
||||
segset |= 0x0002;
|
||||
}
|
||||
else if ((options & SCLD_DP) != 0)
|
||||
else if ((options & SCLD_COLON) != 0)
|
||||
{
|
||||
segset |= 0x0020;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user