https://github.com/insoft-uk/grob
A utility for generating PPL code from an image file for use with the BLIT and BLIT_P functions on the HP Prime.
https://github.com/insoft-uk/grob
blit generate-code hp-prime image ppl
Last synced: about 2 months ago
JSON representation
A utility for generating PPL code from an image file for use with the BLIT and BLIT_P functions on the HP Prime.
- Host: GitHub
- URL: https://github.com/insoft-uk/grob
- Owner: Insoft-UK
- License: mit
- Created: 2024-03-13T01:18:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T18:11:20.000Z (4 months ago)
- Last Synced: 2025-02-13T13:24:44.380Z (4 months ago)
- Topics: blit, generate-code, hp-prime, image, ppl
- Language: C++
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GROB
A utility for generating PPL code from an image file for use with the BLIT and BLIT_P functions on the HP Prime.
```
grob spectrum-8bit.bmp -g 1
```> [!NOTE]
The only image file format currently supported by this utility tool is the Bitmap (BMP) format, with 1-bit, 4-bit, 8-bit, 16-bit, or 32-bit color depth.