Table of Contents
This project is about the design of custom LUTs to drive ACeP displays. The demo application targets an STM32F4 Discovery board connected to this e-paper display.
For more info check out the full log on hackaday.io
- Open STM32CubeIDE
- Select a folder as workspace (this can be any folder in your hard-drive)
- Click on
File > Import - Select
General > Existing Project into Workspacethen click next - Browse for the folder
stm32select the project and click finish
| STM32F4 Discovery | Display |
|---|---|
| PA.7 | MOSI |
| PA.5 | CLK |
| PD.5 | CS |
| PD.4 | DC |
| PB.7 | BUSY |
| PB.4 | RST |
| PA.3 | MFCSB* |
| PA.6 | MFSDO* |
* MFCSB and MFSDO are optional, only needed to read from FLASH.
