Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm80amiga authored Jan 11, 2020
1 parent 61169c8 commit 895cf54
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ST7735 3D Filled Vector
# ST7735 3D Filled Vector Graphics Example
Smooth 3D Filled Vector Graphics implementation for STM32 and ST7735 1.8" 128x160 using fast SPI 36Mbps interface

Achieved up to 80 fps
Expand All @@ -7,21 +7,9 @@ YouTube video:

https://youtu.be/5y28ipwQs-E

More ST7735 and STM32 videos:


## Connections (header at the top):

|LCD pin|LCD pin name|STM32|
|--|--|--|
|#01| LED| 3.3V|
|#02| SCK |PA5/SCK|
|#03| SCA |PA7/MOSI|
|#04| A0/DC|PA1 or any digital
|#05| RESET|PA0 or any digital|
|#06| CS|PA2 or any digital|
|#07| GND | GND|
|#08| VCC | 3.3V|

https://www.youtube.com/watch?v=o3AqITHf0mo&list=PLxb1losWErZ6y6GombzvtwRZ2l7brPv1s


## Implemented features
Expand All @@ -37,6 +25,19 @@ https://youtu.be/5y28ipwQs-E
- visible faces sorting by Z axis
- Tested with stm32duino and Arduino IDE 1.6.5

## Connections (header at the top):

|LCD pin|LCD pin name|STM32|
|--|--|--|
|#01| LED| 3.3V|
|#02| SCK |PA5/SCK|
|#03| SCA |PA7/MOSI|
|#04| A0/DC|PA1 or any digital
|#05| RESET|PA0 or any digital|
|#06| CS|PA2 or any digital|
|#07| GND | GND|
|#08| VCC | 3.3V|


If you find it useful and you want to buy me a coffee or a beer:

Expand Down

0 comments on commit 895cf54

Please sign in to comment.