Die Suche ergab 5 Treffer
- 01 Apr 2012, 18:54
- Forum: Robo Pro / Computing / Software
- Thema: Problem bei der Programierung des TX Controllers in C
- Antworten: 10
- Zugriffe: 6259
Re: Problem bei der Programierung des TX Controllers in C
I feel realy helpless now. :( Here is my current code : int i; int PrgTic ( TA * p_ta_array, // pointer to the array of transfer areas int ta_count // number of transfer areas in array (equal to TA_COUNT) ) { int rc = 0x7FFF; TA * p_ta = &p_ta_array[TA_IDX]; unsigned char * bitmap[64]; int z; if(i==...
- 29 Mär 2012, 22:27
- Forum: Robo Pro / Computing / Software
- Thema: Problem bei der Programierung des TX Controllers in C
- Antworten: 10
- Zugriffe: 6259
Re: Problem bei der Programierung des TX Controllers in C
Hello I´ve got this code now witch display me something like a big chaos. unsigned char temp[64]; p_ta->display.display_msg.id=0; p_ta->display.display_frame.is_pgm_master_of_display = 1; p_ta->display.display_frame.id=1; int z; for (z= 1;z <= 16;z++){ p_ta->display.display_frame.frame=temp; } I exp...
- 29 Mär 2012, 22:27
- Forum: Robo Pro / Computing / Software
- Thema: Problem bei der Programierung des TX Controllers in C
- Antworten: 10
- Zugriffe: 6259
Re: Problem bei der Programierung des TX Controllers in C
Mein Browser hat die letzt Nachricht doppelt gesendet.
Könnte das hier bitte jemand lösche.
Könnte das hier bitte jemand lösche.
- 27 Mär 2012, 17:07
- Forum: Robo Pro / Computing / Software
- Thema: Problem bei der Programierung des TX Controllers in C
- Antworten: 10
- Zugriffe: 6259
Re: Problem bei der Programierung des TX Controllers in C
Have you an idea how this could work?
I tested many but nothing did work.
I would be very lucky if you have a solution.
Mfg Martin S
I tested many but nothing did work.
I would be very lucky if you have a solution.
Mfg Martin S
- 27 Mär 2012, 15:09
- Forum: Robo Pro / Computing / Software
- Thema: Problem bei der Programierung des TX Controllers in C
- Antworten: 10
- Zugriffe: 6259
Problem bei der Programierung des TX Controllers in C
Hallo Ich hab folgende Frage Wie kann ich einzelne Pixel des Displays anmachen? Ich weiß von den Beispielen das man eine Art Message Box mit p_ta->hook_table.DisplayMsg(p_ta, "Nachricht"); aufrufen kann. Ich würde mich aber mal an einem Tetris versuchen wollen wo ich einzelne Pixel setzten muss vers...