-
-
31 Jan 2022 17:04:13 UTC
- Distribution: Device-Chip-SSD1306
- Module version: 0.11
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (134 / 1 / 37)
- Kwalitee
Bus factor: 1- 77.64% Coverage
- License: perl_5
- Perl: v5.26.0
- Activity
24 month- Tools
- Download (18.57KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Device::Chip
- Future::AsyncAwait
- Object::Pad
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Device::Chip::SSD1306::SPI4
- use a SSD1306 OLED driver in 4-wire SPI modeDESCRIPTION
This Device::Chip::SSD1306 subclass provides specific communication to an SSD1306 chip attached via SPI in 4-wire mode; using the
D/C#
pin.For actually interacting with the attached module, see the main Device::Chip::SSD1306 documentation.
MOUNT PARAMETERS
dc
The name of the GPIO line on the adapter that is connected to the
D/C#
pin of the chip.AUTHOR
Paul Evans <leonerd@leonerd.org.uk>
Module Install Instructions
To install Device::Chip::SSD1306, copy and paste the appropriate command in to your terminal.
cpanm Device::Chip::SSD1306
perl -MCPAN -e shell install Device::Chip::SSD1306
For more information on module installation, please visit the detailed CPAN module installation guide.