From 864a436a12effd5ac849465c607181de83b76d38 Mon Sep 17 00:00:00 2001 From: Simon Budig Date: Tue, 6 Feb 2024 22:54:47 +0100 Subject: BadgeBLE: actually there is no need for an end-of-message package of zeroes --- BadgeBLE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'BadgeBLE.md') diff --git a/BadgeBLE.md b/BadgeBLE.md index 5e3c473..56778c2 100644 --- a/BadgeBLE.md +++ b/BadgeBLE.md @@ -25,8 +25,7 @@ The badge supports up to 8 bitmaps which can have various features enabled. | uint8[4] | padding | 4 bytes zeroes of padding | uint8[16] | separator | zeroes to separate header from bitmap data | | uint8[11]\*N | bitmapdata | image data for all bitmaps. Each bitmap consists of a number of 11 byte chunks describing an 8x11 bitmap, each byte describes 8 pixels, starting with the most significant bit. The number of chunks is listed in the "sizes" fields above, N = sum(sizes). | -| uint8[?] | padding | the last 16-byte block of bitmap data is padded with zeroes. | -| uint8[16] | end-of-message | the last write to the characteristic is just zeroes. | +| uint8[?] | padding | the last 16-byte block of bitmap data is padded with zeroes if necessary. | #### Modes -- cgit v1.2.3