created | 2018-12-30T00:48:19Z |
---|---|
begin | 2018-12-02T00:00:00Z |
end | 2018-12-03T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2018-12-02T14:44:33Z | |||
---|---|---|---|---|
author | fcambus | |||
files | src/sys/dev/wsfont/spleen12x24.h | log | diff | annotate |
src/sys/dev/wsfont/spleen16x32.h | log | diff | annotate | |
src/sys/dev/wsfont/spleen32x64.h | log | diff | annotate | |
src/sys/dev/wsfont/spleen8x16.h | log | diff | annotate | |
src/sys/dev/wsfont/wsfont.c | log | diff | annotate | |
message |
Add Spleen 8x16, 12x24, 16x32, and 32x64 variants to wsfont. Together with the already imported Spleen 5x8, it will allow using the same font family across a wide range of screen resolutions, from small OLED displays to 4K monitors. The fonts are 2-Clause BSD licensed and are my original creation. OK jcs@, brynet@, bcallah@, kettenis@ |
date | 2018-12-02T14:47:23Z | |||
---|---|---|---|---|
author | fcambus | |||
files | src/sys/dev/wsfont/spleen5x8.h | log | diff | annotate |
message |
Remove artefacts from 'C', 'c' and 'F' characters, to match the other sizes. OK patrick@ |
date | 2018-12-02T21:30:21Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/puc.c | log | diff | annotate |
message |
Include "com.h" to fix using a puc(4) based serial port as serial console which was broken by the previous commit. ok jsg@, mpi@ |