CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/07/30 02:14:45
Modified files:
sys/arch/arm64/conf: GENERIC
sys/arch/armv7/conf: GENERIC
sys/dev/fdt : files.fdt
Added files:
sys/dev/fdt : ssdfb.c
Log message:
Add ssdfb(4), a driver for the SSD1309 controller that drives an
128x64 OLED display. With the typical 8x16 font we get 4 rows with
16 characters each on it. The controller can be driven using I2C,
3-wire and 4-wire SPI. This commit includes support for the 4-wire
protocol.
ok deraadt@