kopia lustrzana https://github.com/pimoroni/pimoroni-pico
clang-format
rodzic
c58ab0e388
commit
4a0523ef1e
|
@ -138,10 +138,10 @@ int render(unsigned char *text, int nchr, unsigned char *buffer, int nbfr) {
|
||||||
|
|
||||||
for (int i = 0; i < nchr; i++) {
|
for (int i = 0; i < nchr; i++) {
|
||||||
unsigned char *symbol = __bitmap[text[i]];
|
unsigned char *symbol = __bitmap[text[i]];
|
||||||
for (int j = 0; j < 5; j++) {
|
for (int j = 0; j < 5; j++) {
|
||||||
buffer[i * 6 + j] = symbol[j];
|
buffer[i * 6 + j] = symbol[j];
|
||||||
}
|
}
|
||||||
buffer[i * 6 + 6] = 0x0;
|
buffer[i * 6 + 6] = 0x0;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue