Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-19 | Move scrnw and scrnh to gfx; Make coord take scrnw parameter; Expand macro ↵9.0 | Gabriel Jensen | |
parameters inside parantheses; Rename entry point to ax_start; Add macro for converting RGB-values into colour values; Remove algo module; | |||
2022-12-18 | Remove setpx and getpx; Make plot, plottex, rd, and cir take pixel number ↵8.0 | Gabriel Jensen | |
instead of coordinates; Add macro for converting coordinates to pixel numbers; Add colour parameter to cir; Add screen width parameter to plottex and cir; Use pixel width instead of graphics mode for clrscrn, plottex, and cir variants; Support C++; Implement clrscrn and plottex in C++; Remove error screen; | |||
2022-10-27 | Use prefix ax instead of agbx (including header folders); Fix version constant;6.0 | Gabriel Jensen | |
2022-09-16 | Restructure demo; Make flip and getvbnk return the address of the other ↵4.0 | Gabriel Jensen | |
bank; Add functions for getting the value of a pixel (getpx); Add functions for reading a colour value (rd); Remove return value from plot; Update readme; Fix plot5; |