pigfx
pigfx copied to clipboard
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.
It would be nice if there was something in pigfx.txt to change the resolution. I'm using a small and limited LCD screen that only works at 800x480 and it won't...
was testing the CGA 4 color resolution with a custom pallet I don't know if this is a limit of the PI, the monitor or the software ; but when...
I have noticed that if I leave my system running it freezes or locks up after several hours, no more keyboard characters are passed to the screen and even trying...
Hi, thank you for pigfx, it works well, but it doesn't look very good when scaled.. Is implementing 1024x768 difficult because it's bare metal? What is the main obstacle?
I was wondering if there was an idea for a hack where I can hit a switch or button and have the uart not be intercepted by the pigfx card,...
The limited schematics for the Pi Zero do not depict decoupling capacitor on any of the voltage source pins, leaving those sources unregulated for our use. I found I needed...
I left the Pi running connected to my Espruino when I had to leave my desk... and then forgot about it and had lunch. About an hour later I discovered...
NOTE: I have only rudimentary coding knowledge, and have next to zero knowledge of how the Pi works. So if this Suggestion is dumb - I apologise in advance. So...
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...
Just found out about this project. Nice work. I believe it currently uses a serial interface to talk to the mcu... But could it be adapted to work using a...