Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ST7735 SPI LCD and assiciated libraries #5

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added ADF4351_module.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LCD-160x128_3s.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,12 @@ The first breadboard prototype:

In normal operation this is displayed on the small OLED:
<img src="https://github.com/AndrewBCN/STM32-GPSDO/raw/main/OLEDv002i_expl.jpg">

In normal operation this is displayed on the 1.8" LCD:
<img src="https://github.com/Badwater-Frank/STM32-GPSDO/blob/LCD-STM7735-SPI-160x128/LCD-160x128_3s.jpg">

ADF4351 module with low noise regulator:
<img src="https://github.com/Badwater-Frank/STM32-GPSDO/blob/LCD-STM7735-SPI-160x128/ADF4351_module.jpg">

The module is connected to a dedicaed SPI interface which does not have any transition in normal operation mode to improve phase noise.

Loading