Colour Graphics on a 1.8" TFT Display

General discussions about using the Astrobe IDE to program the FPGA RISC5 cpu used in Project Oberon 2013
Post Reply
cfbsoftware
Site Admin
Posts: 493
Joined: Fri Dec 31, 2010 12:30 pm
Contact:

Colour Graphics on a 1.8" TFT Display

Post by cfbsoftware » Mon Dec 28, 2015 4:23 am

I have now ported our AutoCAD slide viewer from ARM Oberon to RISC5 Oberon running on the Digilent Arty board with an AdaFruit 1.8" 128x160 TFT display connected via SPI1 to one of Arty's PCOM sockets:
slide.jpg
slide.jpg (112.47 KiB) Viewed 14528 times
The file sizes of each of the compiled modules (in bytes!) that form part of the application are:

Code: Select all

Graph.rsc             24.12.15 23:26:44     431
Graphics.rsc          24.12.15 23:26:44    2181
IO.rsc                28.12.15 10:56:14    1043
ST7735.rsc            27.12.15 23:27:19    1162
Slide.rsc             28.12.15 13:48:43    1167
SlideDemo.rsc         28.12.15 14:08:34     571
Timer.rsc             26.12.15 22:22:39     167

Post Reply