CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/31 06:41:57
Modified files:
sys/dev/fdt : ssdfb.c
Log message:
Stop reversing bytes read from the framebuffer. That was added since
the 8x16 font showed horizontally flipped characters, but as it turns
out the issue is that with 8-bit wide fonts we use optimized rasops
code that apparently writes out the character with reversed bitorder.
