An open API service indexing awesome lists of open source software.

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.

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.