# Trinket React Counter

## Overview

![](https://cdn-learn.adafruit.com/assets/assets/000/031/185/medium800/3d_printing_hero-thumb-02.jpg?1457907037)

## "Physical" Like Button

Inspired by Facebook "Reactions". You press the button, and the number count gets displayed on the LED screen.

Looks like a novelty product, but this can be used for all sorts of useful stuff like keeping track of attendees at an event, keep track of a score for a game or anything else that needs a tally counter.

![](https://cdn-learn.adafruit.com/assets/assets/000/031/186/medium800/3d_printing_hero-heart-02.jpg?1457907047)

## Customize it, Make it!

The really cool thing about this is that you can build your own with a just few components and a 3D printed case.

To make your own, you'll need an Adafruit Trinket, a 7-segment LED display and an Arcade button.

## Prerequisite Guides

Please take a moment to walk through the following guides to get a basic understanding of the components used in this project.&nbsp;

- [Introducing Adafruit Trinket](../../../introducing-trinket)
- [Adafruit LED Backpacks](../../../adafruit-led-backpack)

![](https://cdn-learn.adafruit.com/assets/assets/000/031/184/medium800/3d_printing_parts.jpg?1457906921)

## Parts

You'll need the parts listed below to complete this project.

- [5V/3.3V Adafruit Trinket](https://www.adafruit.com/categories/261)
- [0.56" 7-Segment Display](https://www.adafruit.com/products/879)
- [30mm Arcade Button](https://www.adafruit.com/products/471)
- [Adafruit LED Sequin](https://www.adafruit.com/products/1758)

## Tools & Supplies

You'll also need the following tools and supplies. If you don't have access to a 3D printer, you can have a local maker ship the parts to you via&nbsp;[3DHubs.com](http://3dhubs.com/)

- [Soldering Iron&nbsp;w/ Solder](https://www.adafruit.com/categories/84)
- [3D Printer](https://www.adafruit.com/categories/245)&nbsp;+&nbsp;[Filament](https://www.adafruit.com/products/2080)
- [26AWG Silicone Coated Wires](https://www.adafruit.com/products/1970)
- 4x #4-40 3/8 machine screws
- 4x #2-56&nbsp;3/8 machine screws
- Super Glue
- [MicroUSB cable](https://www.adafruit.com/products/592)&nbsp;+ 5V power supply / Battery Pack
- [Helping Third Hands](https://www.adafruit.com/products/291)
- [Panavise Jr.](https://www.adafruit.com/products/151)

![](https://cdn-learn.adafruit.com/assets/assets/000/031/028/medium800/3d_printing_hero-thumb-01.jpg?1457644723)

# Trinket React Counter

## Software

Trinket sketch to build a react or 'like' button that counts button presses and displays them on a 7-segment or 14-segment LED backpack.

You need the following hardware to build this device:

- [Adafruit Trinket](https://www.adafruit.com/trinket) (either the [5V Trinket](https://www.adafruit.com/products/1501) or [3.3V Trinket](https://www.adafruit.com/products/1500) will work)
- [Adafruit 7-segment LED Backpack Display](https://www.adafruit.com/product/879) or [Adafruit 14-segment quad alphanumeric LED Backpack Display](https://www.adafruit.com/product/1911)
- [Momentary push button](https://www.adafruit.com/products/1009)

[Download the Arduino Sketches in a Zip File](https://github.com/adafruit/Adafruit_Learning_System_Guides/tree/master/Trinket_React_Counter)
## Usage

Load the right sketch in Arduino depending on your hardware. The 7-segment display should use the TrinketReactCounter\_7segment sketch, and the 14-segment quad alphanumeric display should use the TrinketReactCounter\_14segment sketch. Make sure the following libraries are installed too (using the library manager or a manual install):

- [Adafruit GFX Library](https://github.com/adafruit/Adafruit-GFX-Library)
- [Adafruit BusIO Library](https://github.com/adafruit/Adafruit_BusIO)
- [Adafruit LED Backpack](https://github.com/adafruit/Adafruit_LED_Backpack)

https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/Trinket_React_Counter/TrinketReactCounter_7segment/TrinketReactCounter_7segment.ino

https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/Trinket_React_Counter/TrinketReactCounter_14segment/TrinketReactCounter_14segment.ino

# Trinket React Counter

## Circuit Diagram

![](https://cdn-learn.adafruit.com/assets/assets/000/031/007/medium800/3d_printing_circuit-diagram.jpg?1457566093)

## Reference&nbsp;Connections

Use the circuit diagram to reference for connecting the components together. The diagram does not depict exact wire lengths or size of components.

## Connect the hardware as follows:

- Trinket 3V/5V power to 7-segment power (+) and one side of the button. If using the 14-segment display connect 3V/5V power to the additional power (+) pin.
- Trinket #0 to 7-segment SDA (D).
- Trinket #1 to opposite side of button.
- Trinket #2 to 7-segment SCL (C).
- Trinket GND/ground to 7-segment ground (-).
- Trinket 3V/5V power to positive (+) on LED sequin
- Trinket GND/ground to negative (-) on LED sequin

# Trinket React Counter

## 3D Printing

![](https://cdn-learn.adafruit.com/assets/assets/000/031/183/medium800/3d_printing_3dparts.jpg?1457906763)

## Materials

We suggest using PLA material but your free to use ABS, PET or exotic composites like wood, metals and others. The parts are listed in the tablet below.

## Slice Settings

Depending on your 3D printers hardware, you'll need to use your prefered slice settings. The parts are oriented to print "as-is" and doesn't require any support materials (very minimal overhangs).

These are the slice settings we used on our Printrbot Play, sliced using Simplify3D

- 220C Extruder (on a non-heated bed)
- 20% Infill
- 2 shells/parameters&nbsp;
- 5 top and bottom layers
- 0.9&nbsp;Extrusion multiplier&nbsp;
- 0.48 Extrusion width

## Customize Design

The enclosure and emjoi cover parts are available to modify and download. Click below to download the source. Add your favorite emjoi!

[Download Source](http://a360.co/21pJQNg)
## Download STLs

All the 3D printed can be downloaded on our thingiverse post, linked below. If you make one, please post a photo of it via make button!

[Download STLS](http://www.thingiverse.com/thing:1412438)
# Trinket React Counter

## 7-Segment Display

## Measure & Cut&nbsp;Wires

Let's start by getting four pieces of wire. I recommend using 26AWG silicone coated wires. These should be about 75mm in length. They don't have to be multi-colored but it's nice if you have them to better decipher the connections.&nbsp;

![3d_printing_7seg-wires.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/137/medium640/3d_printing_7seg-wires.jpg?1457819931)

## Strip &&nbsp;Tin Wires

It's good practice to&nbsp;tin your wires before soldering them to pins - this will help prevent the strands of wire from fraying.

Use a pair of wire stripper to remove 5mm of insulation from the tip of each wire. I like to secure&nbsp;all my wires to a helping third helper and tin them in a group. This is much more&nbsp;convenient&nbsp;than setting up each one.

![3d_printing_7seg-wires-strip.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/134/medium640/3d_printing_7seg-wires-strip.jpg?1457819714)

![3d_printing_7seg-wires-tinning.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/135/medium640/3d_printing_7seg-wires-tinning.jpg?1457819740)

## Bundle Wire Set

With all four wires stripped and tinned, lets bundle them up using a piece of heat shrink tubing. This stuff is normally used for insulating exposed connections, but I like to use it to group wires togeher. This will keep the wiring nice and tidy.&nbsp;

![3d_printing_7seg-wires-bundle.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/136/medium640/3d_printing_7seg-wires-bundle.jpg?1457819865)

## Install LED Display to Backpack

OK, now attach the 7-segment LED display to the backpack PCB. Be sure to insert the display in the correct orientation. The PCB has a outline and markings, use them&nbsp;to determine the correct orientation. The dots on the PCB should match with the dots on the display. Line up the pins on the display and carefully insert them into the pins on the PCB. If the pins&nbsp;don't fit, you may need to slightly bend the pins into place.

![3d_printing_7seg-orientation.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/138/medium640/3d_printing_7seg-orientation.jpg?1457819989)

![3d_printing_7seg-insert-display.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/139/medium640/3d_printing_7seg-insert-display.jpg?1457820024)

## Solder LED Display to Backpack

OK, now it's time to solder the LED display to the backpack PCB. I like to use a piece of mounting tack to keep the display in place while I solder up the pins. Alternatively, a piece of tape is suffice. I suggest using a piar of helping third hands or a panavise jr. to keep the PCB steady while soldering.

![3d_printing_7seg-tack-display.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/140/medium640/3d_printing_7seg-tack-display.jpg?1457820082)

![3d_printing_7seg-soldering.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/141/medium640/3d_printing_7seg-soldering.jpg?1457820114)

## Trim Excess Leads

Inspect your solder joints and ensure you've&nbsp;applied a sufficient amount of solder to the pins. Make sure there are no cold solder joints.&nbsp;They should look like Hershey's Kisses.

Once they're good, you should remove the excess pins from the LED display. Cut all them short using a pair of flush snips.

![3d_printing_7seg-soldered.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/142/medium640/3d_printing_7seg-soldered.jpg?1457820241)

![3d_printing_7seg-trim-leads.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/143/medium640/3d_printing_7seg-trim-leads.jpg?1457820266)

## Solder Wires to LED Display Backpack

Now it's time to connect our four wires to the pins on the Backpack PCB. I suggest tinning the four pins, located on the top of the Backpack PCB first.

The order of the colored wires doesn't matter too much but I like have some sort of sense. Red is positive, Blue is negative. Serial clock (SCL) and serial data (SDA) can be whatever color you'd like. The colors are just to help keep track of the connections.

My method for soldering wires into the pins is to heat up the eage of the tinned pin with the soldering iron while and insert the wire into the&nbsp;pin while the solder is molten, then quickly move the iron away.&nbsp;

![3d_printing_7seg-tinning-pins.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/144/medium640/3d_printing_7seg-tinning-pins.jpg?1457820308)

![3d_printing_7seg-wired.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/145/medium640/3d_printing_7seg-wired.jpg?1457820338)

## Wired 7-segment LED Display

Our LED display is now wired and ready to connect to the Trinket micro-controller. But first, let's&nbsp;setup the arcade button and LED sequin. Set the LED display aside for now and get ready for the next steps. Here's a good spot&nbsp;to take a break!

# Trinket React Counter

## Arcade Button

## Arcade Button

This is a 30mm arcade button with a low-profile and nice press feel. We'll need to take it apart in order to add our 3D printed emjoi cover and an LED sequin so it can light up!

![3d_printing_abutton.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/146/medium640/3d_printing_abutton.jpg?1457821066)

## Remove Actuator

Let's start by removing the actuator/cover from the button housing. There's two clips on the side of the that keep the cover held in place. Use a screwdriver to push those clips inward and move it up. This will make the cover come lose. Then, pull the cover out of the button housing.&nbsp;

![3d_printing_abutton-pop-cap.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/147/medium640/3d_printing_abutton-pop-cap.jpg?1457821132)

![3d_printing_abutton-remove-cap.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/148/medium640/3d_printing_abutton-remove-cap.jpg?1457821181)

## Separate Pieces

With the cover&nbsp;out of the button housing, pull out the white colored actuator from the cover. You can disgard the actuator, we'll replace it&nbsp;with a&nbsp;3D printed emjoi actuator. But, keep the transparent cover, we still need it!

![3d_printing_abutton-remove-diffuser.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/149/medium640/3d_printing_abutton-remove-diffuser.jpg?1457821217)

![3d_printing_abutton-pieces.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/150/medium640/3d_printing_abutton-pieces.jpg?1457821243)

## Insert Diffuser to Cover

Now we can assemble our emjoi actuator/cover. It's a two piece thing. The&nbsp; **ab-cap.stl** part should be printed in either translucent or white colored filament while&nbsp;the&nbsp;emjoi cover can be printed in a dark color. This is to allow the LED to diffuse the cap and make the emjoi cutout glow.&nbsp;Press the&nbsp; **ab-cap.stl** part into the emjoi cover. It should have a tight tolerance and snap into place.

![3d_printing_abutton-thumbs-up.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/151/medium640/3d_printing_abutton-thumbs-up.jpg?1457821301)

## Install Emjoi into&nbsp;Button&nbsp;Cover

Next, insert the emjoi cover into the transparent cover. There's tiny protrusion on the sides of the cover that should go through the slits on the side of the transparent button cover. Make sure they're lined&nbsp;up when pressing it in. Press it all the way in, the tolerances should be tight enough to hold it into place.

![3d_printing_abutton-install-cover.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/152/medium640/3d_printing_abutton-install-cover.jpg?1457821331)

![3d_printing_abutton-installed-cover.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/153/medium640/3d_printing_abutton-installed-cover.jpg?1457821347)

# Trinket React Counter

## LED Sequin

## Measure & Cut Wires for LED

The Adafruit LED Sequins are great for this project because they're tiny, really bright and already have a resistor on the PCB. They come in a pack of 5. Break off one piece from the set. Then, measure two extra wires to about 75mm in length. Go ahead and remove the tips from&nbsp;each wire using wire strippers and tin the tips with solder, just like we need for the LED display.

![3d_printing_led-wires.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/154/medium640/3d_printing_led-wires.jpg?1457822313)

## Solder Wires to LED Sequin

Let's add a small amount of solder to the positive and negative pads of&nbsp;the LED sequin. Then, solder&nbsp;one wire to each of the pads. I used a red colored wire for positive and blue for negative. They're marked with a + and – label on the&nbsp;PCB.

![3d_printing_led-tin-pads.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/155/medium640/3d_printing_led-tin-pads.jpg?1457822365)

![3d_printing_led-soldered-wires.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/156/medium640/3d_printing_led-soldered-wires.jpg?1457822387)

## Secure LED Sequin to Holder

OK, now that our LED sequin is wired up, we can secure it to&nbsp;the&nbsp; **ab-LED-holder.stl** part. I used super glue to keep the LED held in place. Follow the&nbsp;orientation like in the photo.&nbsp;Place the LED sequin in the center of the holder part. Give&nbsp;the adhesives a few minutes to dry before moving onto the next steps.

![3d_printing_led-holder.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/157/medium640/3d_printing_led-holder.jpg?1457822427)

## Install Holder to Actuator Cover

After the glue has set, let's install the LED holder piece to the printed cover.&nbsp;Reference the photo for&nbsp;correct&nbsp;positioning.&nbsp;

Then, grab the arcade button housing and the two wires from LED. Thread the wires&nbsp;through the openings on the side of the housing. Follow the photo for reference.

![3d_printing_led-install-holder.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/158/medium640/3d_printing_led-install-holder.jpg?1457822469)

![3d_printing_led-thread-wires.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/159/medium640/3d_printing_led-thread-wires.jpg?1457822493)

## Reinstall Actuator to Button

Slowly insert the cover back into the housing of the &nbsp;arcade button. Make sure the wires aren't being kinked. Try to keep the LED holder piece to&nbsp;the printed emjoi cover. Press the pieces together until the clips snap into place. If everyone is correctly in place, you should be able to press the button with ease.

If not, the LED holder may have come loose - remove the cover and try again. This requires a bit of finesse to get it right. If the LED holder keeps coming loose, you could glue it to the bottom of the emjoi cover.

![3d_printing_led-restall-cap.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/160/medium640/3d_printing_led-restall-cap.jpg?1457822535)

![3d_printing_led-check-actuator.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/161/medium640/3d_printing_led-check-actuator.jpg?1457822561)

## Test LED

Now is a good time to test the LED. I did this by grabbing a coin cell battery by&nbsp;pressing and holding the wires to the positive and negative spots on the battery.&nbsp;The LED Sequin should light up! ~Thumbs Up~

![3d_printing_led-test.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/162/medium640/3d_printing_led-test.jpg?1457822613)

## Arcade Button Wires

Next, we need to make "yet another" set of wires –&nbsp;these are going to be for the two leads on arcade button. They can be about 75mm in length and do the same "song and dace" for stripping and tinning the&nbsp;tips.

![3d_printing_abutton-extra-wires.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/165/medium640/3d_printing_abutton-extra-wires.jpg?1457826462)

## Arcade Button Wiring

Let's start connecting&nbsp;wires&nbsp;from the arcade button. First up, let's focus on the positive connection&nbsp;from the LED sequin. I found the easiest way to do this is to share "power". Cut the wire short from the LED positive connection, then strip the tip of it (remove about 7mm of insulation) and thread it through the hole of the closest lead on the arcade button. Bend the exposed wire so it's held in place. Now we can solder one of our extra wires to this lead without the other coming loose. This extra wire is going to be connected to the 5V/3V pin of the Trinket. It will effectively "share" power from it. Reference the photo to get a better image of how this works.&nbsp;

![3d_printing_abutton-wire-LED-pwr.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/166/medium640/3d_printing_abutton-wire-LED-pwr.jpg?1457826500)

![3d_printing_abutton-wire-trinket.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/167/medium640/3d_printing_abutton-wire-trinket.jpg?1457826524)

## Arcade Button WIring [Continued]

Now we can solder the second "extra" wire to the opposite lead of the arcade button. You can either thread the wire through the hole or just solder it in place. &nbsp;This second wire&nbsp;will be connected to one of the digital pins on the Trinket later.

Hopefully the coloring here isn't confusing. In retrospect, I should have soldered this red colored "extra" wire to the positive connection of the LED sequin, but I digress.

![3d_printing_abutton-wire-done.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/168/medium640/3d_printing_abutton-wire-done.jpg?1457826551)

## Bend Leads of Arcade Button

To accomodate for the limited space in the enclosure, you have to bend the leads of the arcade button so they're slightly angled. Reference the photo to get a better idea of how much they should be bend. If they aren't bend... the button won't fit inside the case. I recommend using a pair of pliers to do this.

Alrighty, now we have our two "extra" wired hooked up and our positive connection from the LED sequin wired to one of the leads on the arcade button. The negative connection from the LED sequin will be wired into the ground/GND pin on the Trinket later.

![3d_printing_abutton-bend-leads.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/169/medium640/3d_printing_abutton-bend-leads.jpg?1457826604)

![3d_printing_abutton-bent-leads.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/170/medium640/3d_printing_abutton-bent-leads.jpg?1457826626)

# Trinket React Counter

## Trinket

## The Adafruit Trinket

OK, now it's time to get our Trinket ready for wiring. I recommend securing it to a pair of third helping hands, or a panavise jr like I have here. Go ahead and tin the following pins on the Trinket.

- #0
- #1
- #2
- 3V/5V
- GND

![3d_printing_trinket-tinned.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/164/medium640/3d_printing_trinket-tinned.jpg?1457826421)

## Trinket Connections

Let's get to wiring our connections to the Trinket. It's pretty straight forward, the only thing I found tricky here are the connections that&nbsp;need to&nbsp;share power and ground.

Our negative connection from the LED sequin goes to the ground/GND pin on&nbsp;the Trinket. But, the negative&nbsp;connection from the 7-segment LED sequin also needs to go into ground/GND on the Trinket.

Our positive connection from the LED sequin and arcade button needs to go to the 3V/5V power pin on the Trinket. The positive connection from the 7-segment LED display also needs to go to 3V/5V power pin on the Trinket.&nbsp;

It's a bit crammed here, so be cautious about&nbsp;accidentally&nbsp;bridging any connections or cold solder joints.

![3d_printing_trinket-wiring.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/171/medium640/3d_printing_trinket-wiring.jpg?1457826664)

## Wired Connections

Connect the hardware as follows:

- Trinket 3V/5V power to 7-segment power (+) and one side of the button.
- Trinket 3V/5V power to positive&nbsp;(+) of LED Sequin
- Trinket #0 to 7-segment SDA (D).
- Trinket #1 to opposite side of button.
- Trinket #2 to 7-segment SCL (C).
- Trinket GND/ground to 7-segment ground (-).
- Trinket GND/ground to negative (-) of LED Sequin.

## Check Circuit

If everything went well with wiring, we should test our circuit before mouting things to the enclosure. The code should have been uploaded to Trinket before we did any wiring, but if you haven't yet - That's ok, better late than never :-)

Connect a micro USB cable to the Trinket and plug it into the USB port on your computer. Wait for the boot loader to clear and the 7-segment LED display should display "----" or "0" number count. The LED sequin will power on instantly. Try pressing the arcade button, the number on the LED display should&nbsp;increment&nbsp;each time you press it.

If everything works as except, let's move onto the mounting the components to the 3D pritned enclosure.

![3d_printing_circuit-test.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/172/medium640/3d_printing_circuit-test.jpg?1457826716)

# Trinket React Counter

## Mount Components

## Insert Components to Case

Start with the&nbsp; **7seg-case-top.stl** part with the outside facing up. Insert the 7-segment LED display and Trinket through the circular hole.&nbsp;

![3d_printing_case-insert-7seg.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/173/medium640/3d_printing_case-insert-7seg.jpg?1457826764)

![3d_printing_case-insert-trinket.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/174/medium640/3d_printing_case-insert-trinket.jpg?1457826805)

## Arcade Button & 7-segment LED Display

The last component to go through the circular hole will&nbsp;be the arcade button. Orient the button so the emjoi is upright in the desired position. Then, press the arcade button through the hole until it snaps into place, fully flush with the case.&nbsp;

Position the 7-segment LED display over the rectangular cutout and press it through so it's seated into the enclosure.&nbsp;

![3d_printing_case-insert-abutton.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/175/medium640/3d_printing_case-insert-abutton.jpg?1457826886)

![3d_printing_case-install-7seg.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/178/medium640/3d_printing_case-install-7seg.jpg?1457826990)

## Add Screws

Grab the&nbsp; **7seg-case-btm.stl part** and fasten four #2-56 sized 3/8 long flat phillips machine screws into the four holes on the bottom. Fasten the all the way until the heads are&nbsp;&nbsp;flush with the surface of the case. Our Trinket will be&nbsp;seated on these four screws.

![3d_printing_case-fasten-screws.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/176/medium640/3d_printing_case-fasten-screws.jpg?1457826917)

![3d_printing_case-installed-screws.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/177/medium640/3d_printing_case-installed-screws.jpg?1457826940)

## Install Trinket

Grab the Trinket and orient it so the microUSB port is facing the edge of the case. Insert the Trinket at an angle and position it over the screws so the mounting holes can go over them. Press it down into place and seat the Trinket into the screws.

![3d_printing_case-place-trinket.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/179/medium640/3d_printing_case-place-trinket.jpg?1457827019)

## Case Closed

OK, now we can&nbsp;join the two halves of the case together. The microUSB port should be&nbsp;orientated with the LED display. Press the two halves together to snap them shut. There are screw holes on the bottom of the **7seg-case-btm.stl** part on each corner where you can insert a #4-40 3/8 flat phillips machine screw, but I actually didnt need them since the tolerances are already pretty tight and hold the case together nicely. If you want to add them, it's entirely up to you!

![3d_printing_case-close.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/180/medium640/3d_printing_case-close.jpg?1457827067)

## Finished Assembly

Congradulations! Your physical like button is ready for use. It's basically a cool looking digital tally counter. If you made one, please consider taking a photo of your creation and positing a "make" on our [Thingiverse page](http://www.thingiverse.com/thing:1412438).

![3d_printing_final-thumb.jpg](https://cdn-learn.adafruit.com/assets/assets/000/031/181/medium640/3d_printing_final-thumb.jpg?1457827099)

## Questions, Issues, Concerns?

If you need any assistance with your build, please don't hesistate to post them up on the Adafruit Forums. We have on staff a dedicated support team to help you trouble shoot your project builds!

[Get Help - Adafruit Forums](http://forums.adafruit.com/viewforum.php?f=8)

## Featured Products

### Adafruit Trinket - Mini Microcontroller - 3.3V Logic

[Adafruit Trinket - Mini Microcontroller - 3.3V Logic](https://www.adafruit.com/product/1500)
 **Deprecation Warning: The Trinket bit-bang USB technique it uses doesn't work as well as it did in 2014, many modern computers won't work well. So while we still carry the Trinket so that people can maintain some older projects, we no longer recommend it.** <a...></a...>

In Stock
[Buy Now](https://www.adafruit.com/product/1500)
[Related Guides to the Product](https://learn.adafruit.com/products/1500/guides)
### Adafruit Trinket - Mini Microcontroller - 5V Logic

[Adafruit Trinket - Mini Microcontroller - 5V Logic](https://www.adafruit.com/product/1501)
 **Deprecation Warning: The Trinket bit-bang USB technique it uses doesn't work as well as it did in 2014, many modern computers won't work well. So while we still carry the Trinket so that people can maintain some older projects, we no longer recommend it.** <a...></a...>

In Stock
[Buy Now](https://www.adafruit.com/product/1501)
[Related Guides to the Product](https://learn.adafruit.com/products/1501/guides)
### Adafruit 0.56" 4-Digit 7-Segment Display w/I2C Backpack - Yellow

[Adafruit 0.56" 4-Digit 7-Segment Display w/I2C Backpack - Yellow](https://www.adafruit.com/product/879)
What's better than a single LED? Lots of LEDs! A fun way to make a small display is to use an [8x8 matrix](https://www.adafruit.com/category/37_88) or a [4-digit 7-segment display](https://www.adafruit.com/category/37_103). Matrices like these are...

In Stock
[Buy Now](https://www.adafruit.com/product/879)
[Related Guides to the Product](https://learn.adafruit.com/products/879/guides)
### Arcade Button - 30mm Translucent Clear

[Arcade Button - 30mm Translucent Clear](https://www.adafruit.com/product/471)
A button is a button, and a switch is a switch, but these translucent arcade buttons are in a class of their own. They're the same size as common arcade controls (often referred to as 30mm diameter) but have some nice things going for them that justify the extra dollar.  
  
First,...

In Stock
[Buy Now](https://www.adafruit.com/product/471)
[Related Guides to the Product](https://learn.adafruit.com/products/471/guides)
### Adafruit LED Sequins - Warm White - Pack of 5

[Adafruit LED Sequins - Warm White - Pack of 5](https://www.adafruit.com/product/1758)
Sew a little sparkle into your wearable project with an Adafruit LED Sequin. These are the kid-sister to our popular [Flora NeoPixel](http://www.adafruit.com/products/1260), they only show a single color and they don't have digital control, but that makes them smaller easier to...

In Stock
[Buy Now](https://www.adafruit.com/product/1758)
[Related Guides to the Product](https://learn.adafruit.com/products/1758/guides)

## Related Guides

- [Adafruit LED Backpacks](https://learn.adafruit.com/adafruit-led-backpack.md)
- [Pocket Galaxy](https://learn.adafruit.com/pocket-galaxy.md)
- [Lie Ren's Stormflower Gun Blade](https://learn.adafruit.com/stormflower-gun-blade.md)
- [NeoPixel Cyber Falls Wig](https://learn.adafruit.com/neopixel-cyber-falls.md)
- [Portable Mini Timelapse Camera](https://learn.adafruit.com/portable-mini-timelapse-camera.md)
- [Tap Tempo Trinket](https://learn.adafruit.com/tap-tempo-trinket.md)
- [Bluetooth-Controlled NeoPixel Goggles](https://learn.adafruit.com/bluetooth-neopixel-goggles.md)
- [Secret Knock Activated Drawer Lock](https://learn.adafruit.com/secret-knock-activated-drawer-lock.md)
- [LED Backpack Displays on Raspberry Pi and BeagleBone Black](https://learn.adafruit.com/led-backpack-displays-on-raspberry-pi-and-beaglebone-black.md)
- [Let’s Put LEDs in Things!](https://learn.adafruit.com/lets-put-leds-in-things.md)
- [Larson Scanner Shades (Trinket-Powered NeoPixel LED Strip Glasses)](https://learn.adafruit.com/larson-scanner-shades.md)
- [Glowing Viking Rune wayFinder](https://learn.adafruit.com/glowing-viking-rune-artifact.md)
- [LED Sequin Bow Tie](https://learn.adafruit.com/led-sequin-bowtie.md)
- [Trinket / Gemma IR Control](https://learn.adafruit.com/trinket-gemma-ir-remote-control.md)
- [Raspberry Pi Physical Dashboard](https://learn.adafruit.com/raspberry-pi-physical-dashboard.md)
- [NeoPixel 60 Ring Wall Clock](https://learn.adafruit.com/neopixel-60-ring-clock.md)
