Looks perfect. Sizes look right, everything.
I will physically test this evening.
Die Suche ergab 4 Treffer
- 23.06.2011 21:57:05
- Forum: Allgemeines
- Thema: MultiWiiKopter-Konfigurationsprogramm für Arduino
- Antworten: 1201
- Zugriffe: 126986
- 23.06.2011 16:57:30
- Forum: Allgemeines
- Thema: MultiWiiKopter-Konfigurationsprogramm für Arduino
- Antworten: 1201
- Zugriffe: 126986
Re: MultiWiiKopter-Konfigurationsprogramm für Arduino
Excellent! Very cool to see that working on someone else's hardware.
Just a few tweaks:
1) The #ifdefs in setup still include the LiquidCrystal library, even when LCD_ETPP is defined. This causes the memory footprint to be larger than necessary.
I replaced this:
#ifndef SRLCD
#include ...
Just a few tweaks:
1) The #ifdefs in setup still include the LiquidCrystal library, even when LCD_ETPP is defined. This causes the memory footprint to be larger than necessary.
I replaced this:
#ifndef SRLCD
#include ...
- 23.06.2011 03:28:18
- Forum: Allgemeines
- Thema: MultiWiiKopter-Konfigurationsprogramm für Arduino
- Antworten: 1201
- Zugriffe: 126986
Re: MultiWiiKopter-Konfigurationsprogramm für Arduino
Yacco,
Three things:
1) Very, very close, but not quite working yet. There are a few other blocks of code, all marked with #ifdef LCD_ETPP. Note that a couple of them also required changes to nearby #ifdef/else/endif to allow for three choices (instead of just two, via the else). Once these blocks ...
Three things:
1) Very, very close, but not quite working yet. There are a few other blocks of code, all marked with #ifdef LCD_ETPP. Note that a couple of them also required changes to nearby #ifdef/else/endif to allow for three choices (instead of just two, via the else). Once these blocks ...
- 22.06.2011 22:56:57
- Forum: Allgemeines
- Thema: MultiWiiKopter-Konfigurationsprogramm für Arduino
- Antworten: 1201
- Zugriffe: 126986
Eagle Tree Power Panel
I am contributing code that allows MultiWiiKopter-Konfigurationsprogramm für Arduino to utilize an Eagle Tree Power Panel LCD. The Power Panel is a small, light weight, 2x16, transflective (readable in sunlight) LCD that interfaces via i2c bus (two wire). http://www.eagletreesystems.com/MicroPower/9 ...