diff --git a/Documentation/README.html b/Documentation/README.html
index 0bf3896254..b8abf5aafd 100644
--- a/Documentation/README.html
+++ b/Documentation/README.html
@@ -222,6 +222,7 @@
| | |- stm32f4discovery/
| | | `- README.txt
| | |- stm32f429i-disco/
+ | | | |- ltdc/README.txt
| | | `- README.txt
| | |- stm32vldiscovery/
| | | `- README.txt
diff --git a/README.txt b/README.txt
index a793347e4b..d10f8f6bb0 100644
--- a/README.txt
+++ b/README.txt
@@ -1176,6 +1176,7 @@ nuttx
| |- stm32f4discovery/
| | `- README.txt
| |- stm32f429i-disco/
+ | | |- ltdc/README.txt
| | `- README.txt
| |- stm32ldiscovery/
| | `- README.txt
diff --git a/configs/stm32f429i-disco/README.txt b/configs/stm32f429i-disco/README.txt
index d8e1783fbf..d90112144c 100644
--- a/configs/stm32f429i-disco/README.txt
+++ b/configs/stm32f429i-disco/README.txt
@@ -601,6 +601,11 @@ instead of configure.sh:
Where is one of the following:
+ ltdc:
+ ----
+ STM32F429I-DISCO LTDC Framebuffer demo example. See
+ configs/stm32f429i-disco/ltdc/README.txt for additional information.
+
nsh:
---
Configures the NuttShell (nsh) located at apps/examples/nsh. The