Skip to content

twstokes/flipdots-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flip Dots iOS

This is an experimental hack I used to push pixels (or dots, rather) to a 14x28 Flip Dot board over UDP. See the original post and the MCU code here. With a few tweaks this project could send any number of pixels with colors included.

I have no immediate plans to continue work on this project or make it "production ready", this repo is just to share some hacks in case it helps curious minds.

dots-ios

Some routines it can run:

  • Freehand drawing
  • A text clock that kinda works
  • A rotating 3D cube
  • Endless, perfect pong
  • A text scroller
  • A very experimental GPT drawer (which really doesn't work yet)
  • A mocked stock ticker
  • Flipping all the dots from off to on to help with cleaning / calibration

Other features:

  • Dot inversion mode
  • Changing framerate of routines
  • Play / pause routines
  • Enabling and disabling the network connection

It's best to run on an iPad or Mac, but can also run on iPhone.

Note: Because the app is responsible for pushing the framebuffers, it must remain active to update routines with the latest frames. Routines that don't need updating, such as freehand, don't have this limitation.

Installation

In the project's directory, run: carthage update --use-xcframeworks to install swift-gfx-wrapper.

Config

Create a file called "Config.xcconfig" that contains the following keys:

  • OPENAI_TOKEN = [insert token string here]

If not playing with the OpenAI API / GPT, you can leave the token blank.