Working on smooth fonts

Not ready yet!
This commit is contained in:
Sjef Verhoeven PE5PVB
2023-07-17 23:58:54 +02:00
parent 491606ab38
commit 0f59cac28d
3 changed files with 2881 additions and 672 deletions

View File

@@ -758,7 +758,7 @@ void TEF6686::readRDS(bool showrdserrors)
}
}
if (!isValuePresent) {
if (!isValuePresent && eon_counter < 20) {
eon[eon_counter].picode[0] = (rds.rdsD >> 12) & 0xF;
eon[eon_counter].picode[1] = (rds.rdsD >> 8) & 0xF;
eon[eon_counter].picode[2] = (rds.rdsD >> 4) & 0xF;
@@ -873,7 +873,7 @@ void TEF6686::clearRDS (bool fullsearchrds)
RDSplus1[i] = 0;
RDSplus2[i] = 0;
}
rdsblock = 0;
rdsblock = 254;
piold = 0;
rds.correctPI = 0;
rds.ECC = 0;