-
Notifications
You must be signed in to change notification settings - Fork 73
Hardware specifications
jimblom edited this page Oct 30, 2012
·
10 revisions
The Serial 7-Segment Display's electrical characteristics can mostly be derived from the ATmega328's datasheet or the datasheet for the LED.
Parameter | Min | Typ. | Max |
Operating temperature | -25°C | +85°C | |
Storage temperature | -30°C | +85°C | |
Operating voltage | 2.4V | 6.0V |
Parameter | Min | Typ. | Max |
Supply voltage | 2.4V | 3.3-5V | 5.5V |
Supply current (Vcc=3.3V) | 3.8mA | 7.9mA | |
Supply current (Vcc=5V) | 6.9mA | 14.1mA |
##LED Characteristics (TODO)
- Datasheet Homepage
- [Interface-Specifications](Interface Specifications) - UART, SPI, and I2C explanations
- Basic Usage - Displaying Numbers and Characters, Clearing, Cursor Control
- Special Commands - Reset, Decimal, Cursor, Brightness, Baud, TWI address, and Individual segment control
- [Arduino-Examples](Arduino Examples) - Example Code for SPI and I2C
- [Customizing-the-Display](Customizing the Display) - Uploading a custom Arduino Sketch