  |    | Re: tweaking around dlcd_show( )
  |  
  | 
Thanks Martin, I tried this too but it doesn't work : progress.c:27: macro `dlcd_show' used with too many (2) args progress.c:27: macro `BIT_OF' used with just one arg progress.c:27: macro `BYTE_OF' used with just one arg The hint seems to fit two (...)   (24 years ago, 25-Aug-01, to lugnet.robotics.rcx.legos)   
   | 
 |   | 
  |    | Re: Who can write a send_msg() and get_msg() in legOS for us?
  |  
  | 
I found there were three commands as below and a demo program tm-and-ir.c for standard IR communication before legOS 0.1.7, but now they exist no longer in legOS 0.2.4, I think these commands are very useful, can you reuse them, Luis? size_t (...)   (24 years ago, 25-Aug-01, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx)   
   | 
 |   | 
  |    | Who can write a send_msg() and get_msg() in legOS for us?
  |  
  | 
Can you write a pair of function to support standard firmware IR communiation between RCX and RCX or Remote control? They are send_msg() and get_msg(), it is easy to communicate between NQC and legOS, so we can use NQC if the program is very simple (...)   (24 years ago, 25-Aug-01, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx)   
   | 
 |   | 
  |    | Re: tweaking around dlcd_show( )
  |  
  | 
Hi, I haven't used LegOs (yet), but looking at the dlcd_show function, it expects 2 parameters. The defines are also for 2 parameters, so you would need to define and use it like this: int progressPattern[PATT...S_NB][2]={ {LCD_4_BOTL} , (...)   (24 years ago, 25-Aug-01, to lugnet.robotics.rcx.legos)   
   | 
 |   | 
  |    | tweaking around dlcd_show( )
  |  
  | 
Hi all legOS users, need help about dlcd_* utilities I'd like to display on the lcd a sequence of digits: something like : dlcd_show (LCD_4_BOTL); lcd_refresh(); msleep(250); lcd_clear(); dlcd_show (LCD_4_TOPL); lcd_refresh(); msleep(250); (...)   (24 years ago, 25-Aug-01, to lugnet.robotics.rcx.legos)   
   |