Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit 4b38461

Browse files
committed
note.
1 parent 2cc90fe commit 4b38461

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/scala/ee/hrzn/chryse/platform/resource/SPIOLED.scala

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ import chisel3.experimental.Param
2424
class SPIOLED extends ResourceBase {
2525
// TODO: There's often a BL/BLK pin pulled high by the OLED which you can
2626
// ground to turn off the backlight.
27+
//
28+
// XXX: I don't think having this and SPI and etc. are all particularly necessary/helpful.
2729
val cs = ResourceData(Output(Bool()), invert = true) // permitted to be unset
2830
val clock = ResourceData(Output(Clock()))
2931
val copi = ResourceData(Output(Bool()))

0 commit comments

Comments
 (0)