I’m just starting out with uLisp. Purchased a teensy 4.0 and a 320x240 TFT Touchscreen, with a ILI9341 Controller Chip. I wired up the display on a breadboard and loaded up some example uLisp code to drive the display. Sort of works, I can get the plot and mandelbrot to draw out if I replace the draw-pixel function with the point function that is described in the example code, but the image overlaps on the screen. Not sure if the set rotation function is working, or if it’s something lower level.
Has anyone else successfully used this display?
Out of curiosity, how do I include the C libraries that are supplied for the display in my project? Also, is there better documentation for the uLisp graphics libraries? The page I saw seems to have missing functions.
Thanks!