fbergama / pigfx

PiGFX is a bare metal kernel for the Raspberry Pi that implements a basic ANSI terminal emulator with the additional support of some primitive graphics functions.
MIT License
278 stars 62 forks source link

Sample Z80 Code? #48

Open MarkJelic opened 4 years ago

MarkJelic commented 4 years ago

I can't seem to find any sample Z80 code. Would be very helpful to get new users started.

Don't need anything complex... Just to show how escape codes are sent out to set some colours or the like.

chregu82 commented 4 years ago

You might have a look at this: https://github.com/RC2014Z80/RC2014/tree/master/ROMs/pigfx

MarkJelic commented 4 years ago

Perfect! Thanks... I think that is worthy of having it linked to from this Repo!

ProgrammingCube commented 3 years ago

I'm working on an Aztec C library for the escape codes, I need to comb through the code because some of the commands don't match what happens on screen (I suspect that a couple commands got changed without the documentation)

I'm going to try and get the include file done this week