Skip to content

Commit a850ad0

Browse files
committed
Fix typo
1 parent bbcd0f4 commit a850ad0

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card

1 file changed

+1
-1
lines changed

content/hardware/04.pro/shields/portenta-vision-shield/tutorials/camera-to-bitmap-sd-card/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ void setFileHeaders(unsigned char *bitmapFileHeader, unsigned char *bitmapDIBHea
182182
***Take a look at the section [Bitmap File Format](#bitmap-file-format) to better understand the file headers that are created with this function***
183183
184184
In this case that our image (320x240) is 8bits per pixel and grayscale on the bitmap rules we need to define the color table (color map) to assign an specific RGB color for our 8 bit color.
185-
On the follwing function it sets the color map as a grayscale of RGB colors from [R:0x00 G:0x00 B:0x00] to [R:0xFF G:0xFF B:0xFF]
185+
On the following function it sets the color map as a grayscale of RGB colors from [R:0x00 G:0x00 B:0x00] to [R:0xFF G:0xFF B:0xFF]
186186
```cpp
187187
void setColorMap(unsigned char *colorMap){
188188
//Init the palette with zeroes

0 commit comments

Comments
 (0)