Difference between revisions of "Component: GLCD Bitmap Drawer ROM (Graphical Library)"
| Line 5: | Line 5: | ||
| |- | |- | ||
| | width="20%" style="color:gray;" | Version | | width="20%" style="color:gray;" | Version | ||
| − | |  | + | | 3.0 | 
| |- | |- | ||
| | width="20%" style="color:gray;" | Category | | width="20%" style="color:gray;" | Category | ||
| Line 135: | Line 135: | ||
| |- | |- | ||
| | colspan="2" | Y Axis coordinate, specifies the location of the top edge of the bitmap image  | | colspan="2" | Y Axis coordinate, specifies the location of the top edge of the bitmap image  | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-bool-icon.png]] - BOOL | ||
| + | | width="90%" | Mode | ||
| + | |- | ||
| + | | colspan="2" | 0=RowByRow, 1=FullWindow(Y Flipped)  | ||
| + | |- | ||
| + | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | ||
| + | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
| + | |} | ||
| + | |||
| + | |||
| + | ===Display_Scaled_BMP=== | ||
| + | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
| + | |- | ||
| + | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| + | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Display_Scaled_BMP''' | ||
| + | |- | ||
| + | | colspan="2" | Draws the bitmap image from ROM onto the display at the corrdinates X and Y. Scales the bitmap to the specified width and height.  | ||
| + | |- | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-u8-icon.png]] - BYTE | ||
| + | | width="90%" | BitmapIndex | ||
| + | |- | ||
| + | | colspan="2" | Selects from attached bitmaps. Range: 0-9  | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT | ||
| + | | width="90%" | X | ||
| + | |- | ||
| + | | colspan="2" | X Axis coordinate, specifies the location of the left edge of the bitmap image  | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT | ||
| + | | width="90%" | Y | ||
| + | |- | ||
| + | | colspan="2" | Y Axis coordinate, specifies the location of the top edge of the bitmap image  | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT | ||
| + | | width="90%" | Width | ||
| + | |- | ||
| + | | colspan="2" | The size in pixels to draw the bitmap image  | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT | ||
| + | | width="90%" | Height | ||
| + | |- | ||
| + | | colspan="2" | The size in pixels to draw the bitmap image  | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-u8-icon.png]] - BYTE | ||
| + | | width="90%" | Orientation | ||
| + | |- | ||
| + | | colspan="2" | 0=Normal, 1=90 Degrees CW, 2=180 Degrees, 3=270 Degrees CW  | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-u8-icon.png]] - BYTE | ||
| + | | width="90%" | Transparency | ||
| + | |- | ||
| + | | colspan="2" | 0=Off, 1=On Don't Draw Any Pixels which match the transparent colour  | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-u8-icon.png]] - BYTE | ||
| + | | width="90%" | Flip | ||
| + | |- | ||
| + | | colspan="2" | 0=Normal, 1=FlipWidth, 2=FlipHeight, 3=FlipBoth  | ||
| + | |- | ||
| + | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | ||
| + | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
| + | |} | ||
| + | |||
| + | |||
| + | ===Display_Scaled_BMP_Fast=== | ||
| + | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
| + | |- | ||
| + | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| + | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Display_Scaled_BMP_Fast''' | ||
| + | |- | ||
| + | | colspan="2" | Draws the bitmap image from ROM onto the display at the corrdinates X and Y. Scales the bitmap to the specified width and height. Speeds up drawing by not assigning X/Y coordinate for each pixel. Currently only supports colour displays.  | ||
| + | |- | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-u8-icon.png]] - BYTE | ||
| + | | width="90%" | BitmapIndex | ||
| + | |- | ||
| + | | colspan="2" | Selects from attached bitmaps. Range: 0-9  | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT | ||
| + | | width="90%" | X | ||
| + | |- | ||
| + | | colspan="2" | X Axis coordinate, specifies the location of the left edge of the bitmap image  | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT | ||
| + | | width="90%" | Y | ||
| + | |- | ||
| + | | colspan="2" | Y Axis coordinate, specifies the location of the top edge of the bitmap image  | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT | ||
| + | | width="90%" | Width | ||
| + | |- | ||
| + | | colspan="2" | The size in pixels to draw the bitmap image  | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT | ||
| + | | width="90%" | Height | ||
| + | |- | ||
| + | | colspan="2" | The size in pixels to draw the bitmap image  | ||
| |- | |- | ||
| | width="10%" align="center" | [[File:Fc9-bool-icon.png]] - BOOL | | width="10%" align="center" | [[File:Fc9-bool-icon.png]] - BOOL | ||
Latest revision as of 14:13, 22 October 2025
| Author | Matrix TSL | 
| Version | 3.0 | 
| Category | Graphical Library | 
Contents
GLCD Bitmap Drawer ROM component
A component to simplify the process of drawing bitmap images to a graphical display. Stores up to 10 bitmap images inside ROM based look up tables. Compatible with 24-bit / 256 Colour / 16 Colour / Monochrome Bitmaps. The gLCD object property specifies which LCD component to draw the bitmap to. Compatible with GLCD, NeoPixel, MIACv3, HT16K33
Version information
Library Version, Component Version, Date, Author, Info 13, 2.2, 22-07-24, BR, Updated Bitmap Mono Dummy Component - Testing 14, 2.3, 24-07-24, BR, Fixed a problem with file size reporting of 4/8 bit bitmaps 14, 2.3, 24-07-24, BR, Added Pallet size information for 4/8 bit bitmaps 15, 2.3, 24-07-24, BR, Reduced stored Pallet size by 1/4 16, 2.3, 26-07-24, BR, Added reload file property allowing for easier way to update bitmaps from source 17, 2.4, 12-08-24, BR, Added LookupFilename function to allow the component to work with DisplayManager
Detailed description
No detailed description exists yet for this component
Examples
The Bitmap Drawer component must be linked to the graphical LCD using the gLCD Object property.
Here is an example which loops drawing a monochrome and 24-bit bitmaps to the EBM001 graphical display.
The bitmap files used in the example can be found here.
Here is another example which overlays several monochrome images to give the impression of animation. Shows a pair of eyes, which can randomly and momentarily look left, right or blink.
The bitmap files used in the example can be found here.
Macro reference
Display_BMP
Display_BMP_Fast
Display_Scaled_BMP
Display_Scaled_BMP_Fast
GetHeight
|   | GetHeight | 
| Returns the height of the loaded bitmap file in pixels. | |
|  - BYTE | BitmapIndex | 
| Selects from attached bitmaps. Range: 0-9 | |
|  - UINT | Return | 
GetWidth
|   | GetWidth | 
| Returns the width of the loaded bitmap file in pixels. | |
|  - BYTE | BitmapIndex | 
| Selects from attached bitmaps. Range: 0-9 | |
|  - UINT | Return | 
LookupFilename
SetTransparentColour
|   | SetTransparentColour | 
| Sets the transparency colour, the colour that is not drawn when transparency is enabled. | |
|  - BYTE | R | 
|  - BYTE | G | 
|  - BYTE | B | 
|  - VOID | Return | 
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Lib_Draw_Bitmap.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Lib_Draw_Bitmap.fcfx











