https://github.com/codingabi/3drotationesp32nokia5110
This demo should show the blurring effect on a Nokia 5110/PCD8544 LCD display
https://github.com/codingabi/3drotationesp32nokia5110
5110 arduino esp32 lcd nokia pcd8544
Last synced: 7 months ago
JSON representation
This demo should show the blurring effect on a Nokia 5110/PCD8544 LCD display
- Host: GitHub
- URL: https://github.com/codingabi/3drotationesp32nokia5110
- Owner: codingABI
- License: cc0-1.0
- Created: 2024-02-18T14:14:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-20T18:24:11.000Z (over 1 year ago)
- Last Synced: 2024-02-20T19:57:49.661Z (over 1 year ago)
- Topics: 5110, arduino, esp32, lcd, nokia, pcd8544
- Language: C++
- Homepage:
- Size: 2.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3dRotationESP32Nokia5110
This demo should show the unwanted blurring effect on a Nokia 5110/PCD8544 LCD display. The display is controlled by an ESP32The blurring is dependent on the frame rate. I think the blurring effect up to 25 frames per second is acceptable.
Watch demo on [Youtube](https://youtu.be/kJpF0a31E78)





My [Arduino IDE code](/3dRotationESP32Nokia5110/3dRotationESP32Nokia5110.ino) for this demo based on https://github.com/codingABI/3dRotation
# Nokia 5110/PCD8544 LCD display


Jumper "JP" sets the "LIGHT" pin to ground and enables the back light leds permanently.
# Wiring
| Display pin | Conntect to ESP32 pin |
| --- | :---: |
| RST | 2 |
| CE | 15 |
| DC | 4 |
| DIN | 23 |
| CLK | 18 |
| VCC | 3.3V |
| LIGHT | GND |
| GND | GND |