mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-11-22 15:31:41 +00:00
comment out unused code
This commit is contained in:
parent
fe237290a0
commit
e1f2525c79
@ -300,10 +300,10 @@ void Fx80::addCharacter(uint8_t c)
|
|||||||
c += 128;
|
c += 128;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint8_t width = Fx80Font[c * 19];
|
/*uint8_t width =*/ Fx80Font[c * 19];
|
||||||
// FIXME: is 12 right for non-proportional mode?
|
// FIXME: is 12 right for non-proportional mode?
|
||||||
if (!proportionalMode)
|
/* if (!proportionalMode)
|
||||||
width = 12;
|
width = 12;*/
|
||||||
|
|
||||||
// Each row for this char has two bytes of bits, left-to-right, high
|
// Each row for this char has two bytes of bits, left-to-right, high
|
||||||
// bit leftmost.
|
// bit leftmost.
|
||||||
|
Loading…
Reference in New Issue
Block a user