mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-17 13:23:26 +00:00
all: switch to using custom domain for all drivers
Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
// Package pcd8544 implements a driver for the PCD8544 48x84 pixels matrix LCD, used in Nokia's 5110 and 3310 phones.
|
||||
//
|
||||
// Datasheet: http://eia.udg.edu/~forest/PCD8544_1.pdf
|
||||
package pcd8544
|
||||
//
|
||||
package pcd8544 // import "tinygo.org/x/drivers/pcd8544"
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
||||
Reference in New Issue
Block a user