No description
- C 82.5%
- C++ 15.3%
- Python 1%
- Assembly 1%
- HTML 0.2%
Coordinate ranges are from 0 to width-1 (or height-1). This means when calculating the rotation, using `x = this->width - y;` would lead to x of range from `this->width` (when `y=0`) to `1` (when `y=this->width-1`). Thus additional -1 is required to get correct coordinates after rotation and prevent image from clipping. |
||
|---|---|---|
| Arduino UNO | ||
| Jetson Nano | ||
| Raspberry Pi | ||
| STM32/STM32-F103ZET6 | ||
| README.md | ||
| waveshare_logo.png | ||
e-Paper
中文:
Jetson Nano、Raspberry Pi、Arduino、STM32例程
- Jetson Nano:
C
Python2
python3 - Raspberry Pi:
C(BCM2835\WiringPi)
Python2
python3 - Arduino:
Arduino UNO
- STM32:
STM32F103ZET6
更多资料请在官网上搜索:
http://www.waveshare.net
English:
Jetson Nano、Raspberry Pi、Arduino、STM32 Demo:
- Jetson Nano:
C
Python2
python3 - Raspberry Pi:
C(BCM2835\WiringPi)
Python2
python3 - Arduino:
Arduino UNO
- STM32:
STM32F103ZET6
For more information, please search on the official website:
https://www.waveshare.com
