Skip to content

Commit e51af2b

Browse files
authored
Merge pull request #4162 from raspberrypi/develop
Deploy to production
2 parents 2705db0 + 45c89da commit e51af2b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

documentation/asciidoc/accessories/touch-display-2/about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ dtoverlay=vc4-kms-dsi-ili9881-7inch,invx,invy
210210

211211
Unlike Raspberry Pi single board computers (SBC), which automatically detect the official Raspberry Pi Touch displays, Raspberry Pi Compute Modules don't automatically detect connected devices; you must tell it what display is attached.
212212

213-
This is because the the connections between the SoC and DSI connectors on a Raspberry Pi are fixed and the system knows what hardware is connected; auto-detection ensures that the correct Device Tree settings are passed to the Linux kernel, so the display works without additional configuration.
213+
This is because the connections between the SoC and DSI connectors on a Raspberry Pi are fixed and the system knows what hardware is connected; auto-detection ensures that the correct Device Tree settings are passed to the Linux kernel, so the display works without additional configuration.
214214

215215
Compute Modules, intended for industrial and custom applications, expose all GPIOs and interfaces. This provides greater flexibility for connecting hardware, but means that a Compute Module can't automatically detect devices like the Touch Display 2. This means that, for Compute Modules, the Device Tree fragments, which tell the kernel how to interact with the display, must be manually specified. You can do this in three ways:
216216

jekyll-assets/_includes/footer.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@
226226
<li class="__rptl-footer-item"><a href="https://www.raspberrypi.com/books-magazines/" class="__rptl-footer-link">About Raspberry Pi Press</a></li>
227227
<li class="__rptl-footer-item"><a href="https://magazine.raspberrypi.com" class="__rptl-footer-link">Raspberry Pi Official Magazine</a></li>
228228
<li class="__rptl-footer-item"><a href="https://magazine.raspberrypi.com/books" class="__rptl-footer-link">Books</a></li>
229+
<li class="__rptl-footer-item"><a href="https://magazine.raspberrypi.com/write-for-us" class="__rptl-footer-link">Write for us</a></li>
230+
<li class="__rptl-footer-item"><a href="https://magazine.raspberrypi.com/contact" class="__rptl-footer-link">Get in touch</a></li>
229231
</ul>
230232
</div>
231233
</div>

0 commit comments

Comments
 (0)