nathanielbabiak 2021-08-09 20:20 (Edited)
This is a demo of the "base" Pxl Library. The full Pxl Library 2.0 is available here.
This "base" version contains the bare minimum code:
The subprograms that comprise the "base" system are at the bottom in 72 lines. (Although, if you want it to be simplified, the subprogram PXL_INIT is currently 49 lines of the 72, but could be pared down to around 30 by hard-coding the values.)
If you want more complex capabilities, you can copy subprograms from any of the other pixel library uploads into this one, and they'll be usable here too.