lcdproc / lcdproc

Client/server suite for controlling a wide variety of LCD devices
http://lcdproc.org/
GNU General Public License v2.0
104 stars 86 forks source link

Port I/O needs to be made portable #197

Open pprindeville opened 1 year ago

pprindeville commented 1 year ago

Currently port I/O happens in server/drivers/port.h in an x86-centric way. There are users wanting to be able to use parallel port based LCD displays on ARM and other (PPC? MIPS?) hardware. Multi-architecture support needs to be added.