mirror of https://github.com/periph/devices
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
544 B
Go
19 lines
544 B
Go
// Copyright 2018 The Periph Authors. All rights reserved.
|
|
// Use of this source code is governed under the Apache License, Version 2.0
|
|
// that can be found in the LICENSE file.
|
|
|
|
// Package epd controls Waveshare e-paper series displays.
|
|
//
|
|
// # More details
|
|
//
|
|
// # Datasheets
|
|
//
|
|
// https://www.waveshare.com/w/upload/e/e6/2.13inch_e-Paper_Datasheet.pdf
|
|
//
|
|
// Product page:
|
|
//
|
|
// 2.13 Inch version: https://www.waveshare.com/wiki/2.13inch_e-Paper_HAT
|
|
//
|
|
// 1.54 inch version: https://www.waveshare.com/wiki/1.54inch_e-Paper_Module
|
|
package epd
|