https://github.com/freddy-/st7565
Using FPGA to drive a ST7565 dispay
https://github.com/freddy-/st7565
Last synced: 7 days ago
JSON representation
Using FPGA to drive a ST7565 dispay
- Host: GitHub
- URL: https://github.com/freddy-/st7565
- Owner: freddy-
- Created: 2018-12-11T19:06:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T21:33:40.000Z (over 6 years ago)
- Last Synced: 2025-02-22T12:14:13.852Z (4 months ago)
- Language: VHDL
- Size: 6.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ST7565 FPGA Controller

This project contains code to describe a hardware that initialize and drive a ST7565 display using a FPGA.
That display was removed from an old HP printer. I've used one cheap chinese logic analyzer to debug the communication between the main board and the display.
The data is sent to display througth the SPI protocol at approximatedly 2MHz.
It currently only sends 0xF0 and 0x0F patterns to fill the screen.The next step is to create a frame buffer, using the FPGA BRAM, to draw pixels in X Y coordinates.
It was implemented using my DIY FPGA dev board [found here](https://hackaday.io/project/33754-diy-fpga-dev-board).