https://github.com/atomvm/atomvm_ssd1306
AtomVM driver for SSD1306 displays
https://github.com/atomvm/atomvm_ssd1306
Last synced: 9 months ago
JSON representation
AtomVM driver for SSD1306 displays
- Host: GitHub
- URL: https://github.com/atomvm/atomvm_ssd1306
- Owner: atomvm
- License: apache-2.0
- Created: 2022-07-17T02:03:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T23:10:09.000Z (about 1 year ago)
- Last Synced: 2025-04-15T17:14:59.093Z (11 months ago)
- Language: C
- Size: 31.3 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AtomVM SSD1306 Nif
This AtomVM Nif and Erlang library can be used to drive an SSD1306 display on the ESP32 SoC for any Erlang/Elixir programs targeted for AtomVM on the ESP32 platform.
This Nif is included as an add-on to the AtomVM base image. In order to use this Nif in your AtomVM program, you must be able to build the AtomVM virtual machine, which in turn requires installation of the Espressif IDF SDK and tool chain.
Documentation for this component can be found in the following sections:
* [Programmer's Guide](markdown/ssd1306.md)
* [Example Program](examples/ssd1306_example/README.md)