fruit-bat / pico-zxspectrum

ZX Spectrum for Raspberry Pico Pi RP2040
476 stars 52 forks source link

Picomputer keyboard state indicator #25

Open fruit-bat opened 2 years ago

fruit-bat commented 2 years ago

Do something a with the led?

fruit-bat commented 2 years ago

Will first need to disable the FATFS library's use of the LED e.g.

define NO_PICO_LED 1

fruit-bat commented 2 years ago

The keyboard has the following toggles:

  1. Numeric
  2. Shift
  3. Cursor/Joystick

This is quite a lot of state to represent with one led. Perhaps there should be on-screen indicators?