chipgr8-archive/graphics.lisp
Juhani Krekelä faea86bc8c First commit
Status of the project as it was on 2025-03-07. The commit date is based
on the modification time of the files.
2025-03-07 23:56:06 +02:00

7 lines
170 B
Common Lisp

(in-package :chipgr8)
(defvar *framebuffer* (make-array '(32 64) :initial-element nil)) ; 64x32 screen, nil black, t white
; (clear-screen)
; (draw-sprite x y sprite)