Commit b6a91e5
committed
Support 16/32 bit color depth
Mado currently uses 32-bit bpp, supporting display devices on
desktop/laptop computers, while Raspberry Pi devices use 16-bit
bpp. To improve mado’s compatibility across various Linux
framebuffer environments, testing showed that
tx->fb_var.bits_per_pixel automatically sets the appropriate bpp
without requiring manual configuration.1 parent efe7d49 commit b6a91e5
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
| |||
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | 113 | | |
121 | 114 | | |
122 | 115 | | |
| |||
0 commit comments