0 Members and 1 Guest are viewing this topic.
#include <os.h>#include "utils.h"asm(".string \"PRG\"\n");int main(void){ int A; int B; for (A=0;A>319;A++){ for (B=0;B>240;B++){ setPixel(A,B,0xF); } } while (!isKeyPressed(KEY_NSPIRE_ESC)){} return 0;}
char* scrbuf = (char*) malloc(SCREEN_BYTES_SIZE);