From 47baa19645f045325fa2c77923907575e174d98d Mon Sep 17 00:00:00 2001 From: Bodmer Date: Wed, 5 Aug 2020 23:52:02 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 50cf1a6..79a514a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# Sprite class change +The Sprite class has been updated to remove an inconsistency for the setSwapBytes() function. Although all the examples are unchanged, user sketches may be affected. If the colors of the sprite change when loading this new version 2.2.16 then it may be necessary to change the swap bytes setting, e.g. for a sprite instance "spr" use either: spr.setSwapBytes(true) or spr.setSwapBytes(true) to correct the colour. # News 1. A companion library [U8g2_for_TFT_eSPI](https://github.com/Bodmer/U8g2_for_TFT_eSPI) has been created to allow U8g2 library fonts to be used with TFT_eSPI.