38 #define LED_TRIS TRISAbits.RA0
39 #define LED LATAbits.LATA0
41 #define NEOPIXEL_TRIS TRISBbits.RB0
42 #define NEOPIXEL_OUT LATBbits.LATB0
107 }
pxcolors[30] = {{0,0,0},{1,1,1},{2,2,2},{3,3,3},{4,4,4},{5,5,5},{6,6,6},
108 {7,7,7},{8,8,8},{9,9,9},{10,10,10},{11,11,11},{12,12,12},
109 {13,13,13},{14,14,14},{15,15,15},{16,16,16},{0,0,0},
110 {0,0,0},{0,0,0},{0,0,0},{0,0,0},{0,0,0},{0,0,0},{0,0,0},
111 {0,0,0},{0,0,0},{0,0,0},{0,0,0},{0,0,0},},
112 pxred ={0x00,0xff,0x00},
138 void Warte(uint16_t);
247 if (limit<31) limit++ ;
313 for (i=0 ; i<8 ; i++)
315 if (bytetosend & mask)
High();
408 uint8_t a=0, b=0, g=0, r=0;
414 {b=0x00 ;g= brightness;r= 0x00; }
415 else if ((a > 4)&(a<8) )
416 {b= 0x00;g=brightness;r=0x00 ;}
417 else if ((a > 8)&(a<12) )
418 {b= brightness;g=brightness;r=0x00;}
419 else if ((a > 12)&(a<16) )
420 {b= brightness;g=0x00;r=0x00;}
421 else if ((a > 20)&(a<24) )
422 {b= 0x00;g=brightness;r=brightness;}
423 else if ((a > 24)&(a<28) )
424 {b= 0x00;g=0x00;r=brightness;}
425 else if ((a > 28)&(a< stripelength))
426 {b= 0x00; g=brightness; r=brightness;}
453 if (rd_ptr >= end_ptr) rd_ptr =
pxcolors ;
474 if (rd_ptr <= strt_ptr) rd_ptr =
end_ptr ;
487 uint8_t a=0, b=0, g=0, r=0;
491 {b= brightness;g= 0x00;r= 0x00; }
492 else if ((a > 5)&(a<10) )
493 {b= 0x00;g=brightness;r=0x00 ;}
494 else if ((a > 10)&(a<15) )
495 {b= 0x00;g=0x00;r=brightness;}
496 else if ((a > 15)&(a<20) )
497 {b= brightness;g=0x00;r=0x00;}
498 else if ((a > 20)&(a<25) )
499 {b= 0x00;g=brightness;r=0x00;}
500 else if ((a > 25)&(a<stripelength))
501 {b= 0x00; g=0x00; r=brightness;}
519 for (NeoPixel = 0; NeoPixel <
stripelength ; NeoPixel++)
523 else if ((NeoPixel >= 5) & (NeoPixel < 10))
525 else if ((NeoPixel >= 10) & (NeoPixel < 15))
527 else if ((NeoPixel >= 15) & (NeoPixel < 20))
529 else if ((NeoPixel >= 20) & (NeoPixel < 25))
531 else if ((NeoPixel >= 25) & (NeoPixel < stripelength ))
551 else if ((a >= 5) & (a < 10))
553 else if ((a >= 10) & (a < 15))
555 else if ((a >= 15) & (a < 20))
557 else if ((a >= 20) & (a < 25))
559 else if ((a >= 25) & (a < stripelength ))
621 rd_ptr = rd_ptr + c ;
633 rd_ptr = rd_ptr + c ;
657 rd_ptr = rd_ptr + c ;
669 rd_ptr = rd_ptr + c ;
687 TRISCbits.TRISC7 = 1;
688 TRISCbits.TRISC6 = 1;
691 BAUDCON = 0b00000000;
705 while(!TXSTAbits.TRMT);
817 for (a=2;a<252;a=a+25)
913 for (c=0;c<255;c=c+5)
926 for (c=255;c>0;c=c-5)
944 for (c=0;c<255;c=c+5)
957 for (c=255;c>0;c=c-5)
974 for (c=0;c<255;c=c+5)
987 for (c=255;c>0;c=c-5)
1004 for (c=0;c<255;c=c+5)
1017 for (c=255;c>0;c=c-5)
1034 for (c=0;c<255;c=c+5)
1047 for (c=255;c>0;c=c-5)
1064 for (c=0;c<255;c=c+5)
1077 for (c=255;c>0;c=c-5)
1094 for (c=0;c<255;c=c+5)
1107 for (c=255;c>0;c=c-5)
void Res(void)
create Reset code Treset >= 50µs Low
struct pxcolor pxturkis[30]
void Write_PXColors2Pixel(void)
Values stored in Array simple Testpattern to learn Pointer.
struct pxcolor pxpink[30]
struct pixelcolor Pixelcolors[30]
struct pxcolor pxwhite[30]
struct pxcolor pxcolors[30]
void uart_send(char ch)
only for debugging
void Prepare_Pixel(uint8_t)
copys Pixelvalues
struct pxcolor pxblue[30]
void Moving_Bloc(void)
moves bloc of pixel left to right and viceversa
void Init_Pixelcolors_New(uint8_t brightness)
create Values to store in Array of struct PXColors simple Testpattern to learn Pointer ...
void Init_Stripe(void)
create Values to store in 2 dimentional Array
void Warte(uint16_t)
dalays for loops times 10ms
void Moving_Bloc2(void)
moves bloc of pixel left to right and viceversa
void Init_Pixelcolors(uint8_t)
create Values to store in Array of struct Pixelcolors simple Testpattern
void Write_Stripe_Mono(struct pxcolor *rd_ptr)
writes whole stripe with pointer to array)monocolor
void Low(void)
create 0 code T0H = 0,35µs High T0L = 0,7µs
void Write_Stripe_New(struct pxcolor *rd_ptr)
writes whole stripe with pointer to array)monocolor
void Write_Stripe(uint8_t, uint8_t, uint8_t)
writes whole stripe in runs ( 0 to 30)
void init_uart()
only for debugging
struct temp_pixelcolor temp_pixelcolors
struct pxcolor pxdark[30]
void Write_Pixel(uint8_t, uint8_t, uint8_t)
writes exactly one Pixel with one Byte for G,R,B
struct pxcolor pxgreen[30]
void Init_PXColors(uint8_t, uint8_t, uint8_t)
create Values to store in Array of struct PXColors simple Testpattern to learn Pointer ...
struct pxcolor pxyellow[30]
void Write_PXColors2Pixel2(void)
Values stored in Array simple Testpattern to learn Pointer.
void NeoInit_New(uint8_t colorvalue)
create Values to store in Array of struct Pointerbased Routine stolen by "The Signal Path dot com" ...
void ConfigureOscillator(void)
void High(void)
create 1 code T1H = 0,7µs High T1L = 0,6µs Low
void Write_PXColors2pixel2(void)
void NeoInit(uint8_t)
create Values to store in Array Routine stolen by "The Signal Path dot com"
void Write_Byte(uint8_t)
splits one Byte in bit to drive Hardware Important! MSB must sent as first