| Crates.io | ra8835a |
| lib.rs | ra8835a |
| version | 0.2.0 |
| created_at | 2025-03-06 17:15:42.929638+00 |
| updated_at | 2025-04-14 17:46:30.722021+00 |
| description | RA8835A / SED1335 display driver |
| homepage | |
| repository | https://github.com/LAMBDA-CORE-HEAVY-INDUSTRIES/RA8835A |
| max_upload_size | |
| id | 1581452 |
| size | 12,901 |
Driver for RA8835A / SED1335 display controllers.
In order to keep the driver code generic, it is up to the user to implement their own parallel bus implementation and functionality to toggle between input/output modes. See examples/ for example implementation with STM32F411 using DynamicPin.