You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/10.mega/boards/giga-r1-wifi/tutorials/cheat-sheet/cheat-sheet.md
+39-9Lines changed: 39 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,11 +277,41 @@ Finally, read the ADC, and store it in a way that you can use it, do this within
277
277
278
278
***The options for audio input on your GIGA R1 are **much** more vast than this, however. To learn about audio recording in depth, check out the [GIGA R1 Audio Guide](/tutorials/giga-r1-wifi/giga-audio).***
279
279
280
-
## MIPI Display Interface
280
+
## MIPI DSI®
281
+
282
+
Display Serial Interface (DSI), is a specification from the Mobile Industry Processor Interface (MIPI).
281
283
282
284
The **STM32H747XI** has an internal 2D graphics accelerator with support for resolutions up to 1024x768, it also has the ability to encode and decode JPEG codec. This is what allows the **GIGA R1** to boast a 2 lane MIPI display interface.
283
285
284
-
This means that the **GIGA R1** is capable of driving a touch-display large enough to build a substantial user interface. The [LVGL](https://lvgl.io) library is a powerful tool to quickly build an interactive interface.
286
+
The [GIGA Display Shield]() is designed to be mounted on the GIGA R1 through the MIPI/DSI connector located on the board, with support for popular frameworks such as [LVGL](https://docs.arduino.cc/tutorials/giga-display-shield/lvgl-guide) and [GFX](https://docs.arduino.cc/tutorials/giga-display-shield/gfx-guide).
287
+
288
+
The pinout for the display connector is shown in the image below:
289
+
290
+

291
+
292
+
The following pins are directly connected to the STM32H747XI and cannot be used as GPIOs.
293
+
- D1N
294
+
- D1P
295
+
- CKN
296
+
- CKP
297
+
- D0N
298
+
- D0P
299
+
300
+
The following pins can also be used as GPIOs:
301
+
- D68
302
+
- D69
303
+
- D70
304
+
- D71
305
+
- D72
306
+
- D73
307
+
- D74
308
+
- D75
309
+
310
+
The connector also has a series of power connections, including:
311
+
- 3.3 V
312
+
- 5 V
313
+
- GND
314
+
- VIN
285
315
286
316
## USB Features
287
317
@@ -896,13 +926,13 @@ Pins A8, A9, A10 and A11 can not be used as GPIOs, but are limited to use as ana
896
926
897
927
The **STM32H7** has an internal OPAMP and comparator that are exposed on the **GIGA R1** as follows:
***For more advanced analog readings, you can use the `AdvancedAnalogRedux` library. Read more about this in the [Advanced ADC section](/tutorials/giga-r1-wifi/giga-audio#analog-to-digital-converters).***
0 commit comments