File tree
2 files changed
+43
-50
lines changed- examples/stm32/f7/stm32f746-disco/lcd-demo
2 files changed
+43
-50
lines changedLines changed: 42 additions & 49 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
| 74 | + | |
75 | 75 |
| |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
104 | 92 |
| |
105 | 93 |
| |
106 | 94 |
| |
| |||
116 | 104 |
| |
117 | 105 |
| |
118 | 106 |
| |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
137 | 130 |
| |
138 | 131 |
| |
139 | 132 |
| |
|
Submodule unicore-mx updated 24 files
- include/unicore-mx/lcd_tft/lcd_tft.h+163
- include/unicore-mx/stm32/common/dma_common_f247.h+2-1
- include/unicore-mx/stm32/common/dma_common_l1f013.h+2-1
- include/unicore-mx/stm32/common/timer_common_f247.h+3-3
- include/unicore-mx/stm32/f2/timer.h+1-1
- include/unicore-mx/stm32/f3/timer.h+1-1
- include/unicore-mx/stm32/f4/timer.h+1-1
- include/unicore-mx/stm32/f7/timer.h+37
- include/unicore-mx/stm32/f7/usart.h+15-3
- include/unicore-mx/stm32/timer.h+2
- lib/lcd_tft/backend/lcd_tft_stm32_ltdc.c+223
- lib/lcd_tft/lcd_tft.c+47
- lib/lcd_tft/lcd_tft_private.h+42
- lib/stm32/common/dma_common_f247.c+15-1
- lib/stm32/common/dma_common_l1f013.c+15-1
- lib/stm32/common/timer_common_f2347.c
- lib/stm32/common/timer_common_f247.c
- lib/stm32/f2/Makefile+2-2
- lib/stm32/f3/Makefile+1-1
- lib/stm32/f4/Makefile+4-1
- lib/stm32/f7/Makefile+5
- lib/stm32/f7/usart_f7.c+10
- lib/usbd/backend/usbd_stm32_fsdev.c+6-6
- lib/usbd/usbd_private.h+16-16
0 commit comments