Raspberry Pi - Einstieg, Optimierung, Projekte
- new TWTR.Widget({
- version: 2,
- type: 'search',
20 search: 'maik_schmidt pragprog raspberrypi',
- interval: 10000,
- title: 'Have Fun With The Raspberry Pi',
- subject: 'Raspberry Pi: A Quick-Start Guide',
- width: 1700,
25 height: 800,
- theme: {
- shell: {
- background: '#8ec1da',
- color: '#ffffff'
30 },
- tweets: {
- background: '#ffffff',
- color: '#444444',
- links: '#1985b5'
35 }
- },
- features: {
- scrollbar: false,
- loop: true,
40 live: true,
- behavior: 'default'
- }
- }).render().start();
-
45
-
-
-
-