Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdovey committed Feb 25, 2022
1 parent da1ae08 commit dbe455a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Optional Mouse via PMOD_PS2 (on connection JXADC top row)

## RTC

Optional RTC support via PMOD_RTCC (on connection JD)
Optional RTC support via PMOD_RTCC (on connection JD). If PMOD_RTCC not present, RTC is emulated (but with time and RAM reset on power reset).

## ESP32

Expand All @@ -34,9 +34,13 @@ Optional wifi via PMOD_ESP32 (on connection JC)

Optional second SDCard via PMOD_SD or PMOD_MicroSD (on PMOD Connection JA)

## LED Segment Display
## LED Segment Display & RGB

Displays clock speed, and memory address
LED Segment Displays clock speed, and memory address, and briefly video timings\settings during boot and video setting changes. RGB Leds display startup process and CPU wait states.

RGB can be disabled by writing 0 to PI Accel GPIO Pin 12 (enabled by writing 1)

LED Segment can be disabled by writing 0 to PI Accel GPIO Pin 13 (enabled by writing 1)

## PI Accelerator

Expand Down

0 comments on commit dbe455a

Please sign in to comment.