aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-09-29 20:56:30 +0200
committerJoel Bodenmann <joel@unormal.org>2012-09-29 20:56:30 +0200
commit30d03a620ce505fb91c5875d8185cd6d81f27b35 (patch)
tree01959f06640647d0b38bf131ea4914a21a9f860c /docs
parent70a168df5963d6a83f0c1893c707b42d60236f2a (diff)
downloaduGFX-30d03a620ce505fb91c5875d8185cd6d81f27b35.tar.gz
uGFX-30d03a620ce505fb91c5875d8185cd6d81f27b35.tar.bz2
uGFX-30d03a620ce505fb91c5875d8185cd6d81f27b35.zip
replaced every LCD_XXX macro with GDISP_XXX
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index f137ae2b..c9d0635b 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -12,5 +12,5 @@ UPDATE: added clipping support
UPDATE: addad gdispDrawArc()
UPDATE: added SSD1963 DMA support
UPDATE: added touchpad interface for storing calibration values (#define TOUCHPAD_STORE_CALIBRATION)
-FIX: replaced every LCD_XXX macro with GDISP_XXX
+FIX: replaced every GDISP_XXX macro with GDISP_XXX