Skip to content

Instantly share code, notes, and snippets.

View dumtux's full-sized avatar

Dummy Tux dumtux

View GitHub Profile
@WillyShakes
WillyShakes / login_view.dart
Created February 21, 2018 06:07
UI of the flutter auth application
widget = new Padding(
padding: new EdgeInsets.all(32.0),
child: new Column(
crossAxisAlignment: CrossAxisAlignment.center,
mainAxisSize: MainAxisSize.min,
children: <Widget>[
new Text(
'Welcome to FlutterAuth,',
style: DefaultTextStyle.of(context).style.apply(fontSizeFactor: 1.5),),
new Text('Login to continue'),
#include <I2C.h>
#include <FastLED.h>
#include "LowPower.h"
#define BQ25895 0x6a
#define MAX17043 0x36
#define LED_PIN 3
#define NUM_LEDS 4
#define LED_TYPE WS2811
#define COLOR_ORDER GRB