summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/ssdfb.c
AgeCommit message (Expand)Author
2024-05-13remove prototypes with no matching functionJonathan Gray
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2021-10-24Constify struct cfattach.Martin Pieuchot
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2019-02-22Allow ssdfb(4) to be mmap(2)-able so that we can use its framebufferPatrick Wildt
2019-01-17No need to free the Command/Data GPIO in the I2C detach path since it isPatrick Wildt
2019-01-17Add support for the SSD1306 as seen on the NanoPi NEO2 withPatrick Wildt
2018-08-17The official name for the ssdfb(4) reset GPIO attribute uses plural form.Patrick Wildt
2018-08-17Support reading and using serveral device tree attributes for ssdfb(4),Patrick Wildt
2018-08-09Hook up the rasops text emulation functions so we only write outPatrick Wildt
2018-08-02Add I2C attachment code to ssdfb(4). The difference between the I2CPatrick Wildt
2018-08-01Implement a partial update mechanism. Since the SPI-connected displayPatrick Wildt
2018-07-31Stop reversing bytes read from the framebuffer. That was added sincePatrick Wildt
2018-07-30Add ssdfb(4), a driver for the SSD1309 controller that drives anPatrick Wildt