No description
  • C 82.5%
  • C++ 15.3%
  • Python 1%
  • Assembly 1%
  • HTML 0.2%
Find a file
Samuli Asmala 5ff379c470
Fix pixel coordinate calculation for rotated displays
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.
2019-07-20 11:47:25 +03:00
Arduino UNO Fix pixel coordinate calculation for rotated displays 2019-07-20 11:47:25 +03:00
Jetson Nano fix 2.9 2019-06-25 15:52:14 +08:00
Raspberry Pi fix 2.9 2019-06-25 15:52:14 +08:00
STM32/STM32-F103ZET6 fix 2.9 2019-06-25 15:52:14 +08:00
README.md 2019.06.24 2019-06-24 17:11:43 +08:00
waveshare_logo.png first commit 2019-03-07 17:30:58 +08:00

e-Paper

waveshare electronics waveshare_logo.png

中文:

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