Subversion Repositories HomeAutomation

Rev

Show changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1308 6257 d 21 h runge /branches/atomV2/ Created branch for Atom version 2 and update module protocol  
1155 6373 d 2 h linlun /trunk/EmbeddedSoftware/AVR/module/act_hd44780/ Fixed PWM for clcd  
998 6468 d 9 h arune /trunk/EmbeddedSoftware/AVR/module/act_hd44780/ modules/hd44780 (cLCD): added config parameter (type of screen), and changed brightness behaivure when type is OLED  
996 6468 d 21 h arune /trunk/EmbeddedSoftware/AVR/module/act_hd44780/ modules/hd44780: added option to set initial brightness on oled and also definitions for the old LCDnode  
967 6481 d 1 h runge /trunk/EmbeddedSoftware/AVR/module/ Put sending of list message in a while  
951 6481 d 18 h runge /trunk/EmbeddedSoftware/AVR/module/act_hd44780/ Changed the two defines I forgot to change in the last commit  
950 6481 d 18 h runge /trunk/ Changed how modulespecific defines are named by makeCanId.pl
Added definitions for dimmer230 in the xmlfile
Changed to new definenames in act_dimmer230
Fixed act_hd44780 to changes in define names
 
948 6481 d 20 h runge /trunk/EmbeddedSoftware/AVR/ Updated module-template to use new defines, THIS BREAKS OLD STUFF, you need to manually replace your main.src.template in all module applications
Added include of moduleid.h in canid.h if MODULE_APPLICATION is defined, also removed module-stuff from canid.h
Updated act_hd44780-module to new system, more to come
 
944 6492 d 16 h runge /trunk/EmbeddedSoftware/AVR/module/act_hd44780/ Added new command where position and text is sent in the same can-message  
928 6509 d 18 h linlun /trunk/EmbeddedSoftware/AVR/module/ Added module for gLcd, only display test, no protocol implemented  
869 6671 d 23 h linlun /trunk/ Merged modules branch into trunk  
852 6699 d 18 h migan /branches/modules/ Merged CreateModule into ModuleManager and made ModuleManager work when run from diffrent locations
Added some definitions in canid.h for default classes used in template, this to make a new module compile right away
 
839 6702 d 23 h migan /branches/modules/ Fixed a problem with the generation of main.c, a replace last time replaced too much  
836 6703 d 19 h migan /branches/modules/ Changed lcd startup message
Updated ModuleManager help and changed what the --list command shows
 
827 6704 d 17 h migan /branches/modules/ Added module for hd44780 lcd, not well tested yet but starts
Fixed some defines to be able to work with pointers to messages
Created separate files for module protocol defines, not defined in canid.h anymore
Fixed bios.inc in template to use <GENERATE_ID> again
Fixed a bug in ModuleManger
Added the framescript to the svn