From c5c31b30713a5c8b5c35b34cb0d8ec0241b26a19 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Fri, 13 Oct 2023 14:44:13 +0100 Subject: [PATCH] Fix #2892 --- TFT_eSPI.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/TFT_eSPI.h b/TFT_eSPI.h index 508468c..700b269 100644 --- a/TFT_eSPI.h +++ b/TFT_eSPI.h @@ -732,9 +732,6 @@ class TFT_eSPI : public Print { friend class TFT_eSprite; // Sprite class has ac // Alpha blend 2 colours, see generic "alphaBlend_Test" example // alpha = 0 = 100% background colour // alpha = 255 = 100% foreground colour -#if !defined (STM32) && !defined(__IMXRT1052__) && !defined(__IMXRT1062__) - inline -#endif uint16_t alphaBlend(uint8_t alpha, uint16_t fgc, uint16_t bgc); // 16 bit colour alphaBlend with alpha dither (dither reduces colour banding)