Skip to content

Commit

Permalink
◀️ backup
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Mar 25, 2021
1 parent 6745b72 commit e5af342
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import com.theapache64.klokk.movement.StandByMatrixGenerator
import com.theapache64.klokk.movement.core.MatrixGenerator
import com.theapache64.klokk.movement.core.Movement

/**
* TODO : WIP (TBH, too lazy to create matrix map for all alphabets :/)
*/
class TextMatrixGenerator(data: Movement.Text) : MatrixGenerator<Movement.Text>(data) {

companion object {
Expand Down

0 comments on commit e5af342

Please sign in to comment.