Skip to content

GLGPrograms/ceda-img

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ceda-img

The goal of this project is to give the Sanco computer some graphics capabilities.

  • genrom.c: generate extended character ROM
  • cedaimg.c: convert an image into the ceda-img format

Build

make

Convert PNG or PGM to IMC

Image must be 160x100, 1 bpp

magick hello.png -depth 1 hello.gray && ./cedaimg < hello.gray > hello.imc

Demo using the image of a Christmas tree with falling snow

About

Give the Sanco computer some graphics capabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published