Click here to Skip to main content
15,888,579 members
Articles / Internet of Things

High Performance Decoupled Buses for IoT Displays

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
18 Feb 2022MIT9 min read 7.5K   66   3  
Run your IoT display driver independent of the bus it uses, whether I2C, SPI or parallel
Herein, I present a method of achieving high performance bus I/O for IoT display drivers such that the display driver code is independent of the bus it operates on, whether it's I2C, SPI, 8-bit parallel, or some future variant. This way, you can write one SSD1306 driver to handle both the I2C and SPI variants of that display. Similarly, you can create one ILI9341 driver and run it in SPI or parallel.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions