Difference between revisions of "Front Panel For 8 Bit Computers"

From Land Boards Wiki
Jump to navigation Jump to search
Line 10: Line 10:
  
 
* [http://land-boards.com/FrontPanel-01/Front_Panel_Schematic_Rev1.pdf Front Panel Schematic Rev 1]
 
* [http://land-boards.com/FrontPanel-01/Front_Panel_Schematic_Rev1.pdf Front Panel Schematic Rev 1]
 +
 +
== Drivers ==
  
 
* I2C parts are standard MCP23017 drivers which are supported in Arduino and most microprocessors
 
* I2C parts are standard MCP23017 drivers which are supported in Arduino and most microprocessors
 
* [https://github.com/douggilliland/Retro-Computers/tree/master/Z80/PSOC/PSOC_Design_Files/Z80-PSoC-3-Chips_002/Z80_3Chip.cydsn PSoC driver GitHub Repo]
 
* [https://github.com/douggilliland/Retro-Computers/tree/master/Z80/PSOC/PSOC_Design_Files/Z80-PSoC-3-Chips_002/Z80_3Chip.cydsn PSoC driver GitHub Repo]

Revision as of 18:17, 29 December 2019

Front Panel for 8-Bit Microprocessors

EightBitFrontPanel720px.JPG

  • I2C Interface
  • 32 push buttons
  • 32 LEDs

Schematic

Drivers

  • I2C parts are standard MCP23017 drivers which are supported in Arduino and most microprocessors
  • PSoC driver GitHub Repo