Commit 40426d9
authored
Fix rgb888 to rgb565 conversion (#7)
* Fix rgb888 to rgb565 conversion
Old variants of LCD swapped R and B channels, so the corresponding hack was
added to the DSP modules.
Now LCD display works correctly, so this hack is not needed anymore.
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* Update binaries
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>1 parent 214607d commit 40426d9
File tree
22 files changed
+10
-10
lines changed- trik
- ov7670
- edge_line_sensor
- dsp_server/bin
- include/internal
- jpeg_encoder/dsp_server/bin
- line_sensor
- dsp_server/bin
- include/internal
- motion_sensor
- dsp_server/bin
- include/internal
- mxn_sensor
- dsp_server/bin
- include/internal
- object_sensor
- dsp_server/bin
- include/internal
- webcam
- edge_line_sensor
- dsp_server/bin
- include/internal
- jpeg_encoder/dsp_server/bin
- line_sensor
- dsp_server/bin
- include/internal
- motion_sensor
- dsp_server/bin
- include/internal
- mxn_sensor
- dsp_server/bin
- include/internal
- object_sensor
- dsp_server/bin
- include/internal
22 files changed
+10
-10
lines changedBinary file not shown.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
Binary file not shown.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
Binary file not shown.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
Binary file not shown.
0 commit comments