fbcon diagnostic

dankamongmen/DRMmeharder
nick black 3 years ago
parent ead07697b1
commit 1d34b86430
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -158,6 +158,7 @@ int fbcon_rebuild(sprixel* s, int ycell, int xcell, uint8_t* auxvec){
}
int fbcon_draw(const tinfo* ti, sprixel* s, int y, int x){
logdebug("drawing at %d/%d\n", y, x);
int wrote = 0;
for(unsigned l = 0 ; l < (unsigned)s->pixy && l + y * ti->cellpixy < ti->pixy ; ++l){
// FIXME pixel size isn't necessarily 4B, line isn't necessarily psize*pixx

Loading…
Cancel
Save