Versions in this module Expand all Collapse all v0 v0.1.0 Jun 23, 2023 Changes in this version + func DecryptAes128Ecb(data []byte) []byte + func EncodeBitmapForMask(bitmap [][]byte) ([]byte, error) + func EncodeColorArrayForMask(columns int) []byte + func EncryptAes128(data []byte) []byte + func EncryptAes128Hex(hexstring string) []byte + func GetTextImage(text string) [][]byte + func InitAndConnect(MoreLogging bool) error + func InitUpload(bitmap []byte, colorArray []byte) error + func IsConnected() bool + func SendDataToBtChar(device *bluetooth.DeviceCharacteristic, sendbuf []byte) error + func SendRawData(sendbuf []byte) error + func SetAnimation(image byte) error + func SetDIYImage(image byte) error + func SetImage(image byte) error + func SetLight(brightness byte) error + func SetMode(mode byte) error + func SetText(text string) error + func SetTextBackgroundColor(enable byte, r byte, g byte, b byte) error + func SetTextColorMode(enable byte, mode byte) error + func SetTextFrontColor(enable byte, r byte, g byte, b byte) error + func SetTextSpeed(speed byte) error + func Shutdown()