Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2135 5171 d 14 h linlun /trunk/EmbeddedSoftware/AVR/module/act_hd44780/ Added code for auto backlight  
1910 5332 d 9 h arune /trunk/EmbeddedSoftware/AVR/module/ Changed all modules to use BIOS GetHwId function directly instead of macro  
1721 5658 d 8 h linlun /trunk/EmbeddedSoftware/AVR/module/act_hd44780/ Fixed problem with 0% backlight, now the backlingt will be off  
1427 6100 d 6 h linlun /trunk/ Added AutoLigth to hd44780-module, to be used with a fototransistor connected to ADC7  
1356 6207 d 9 h arune /trunk/EmbeddedSoftware/AVR/module/act_hd44780/ modules/hd44780: changed default lcd-type in config.inc.template, removed init of pwm-output for backligt when lcd-type is oled  
1155 6370 d 15 h linlun /trunk/EmbeddedSoftware/AVR/module/act_hd44780/ Fixed PWM for clcd  
998 6465 d 22 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 6466 d 10 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 6478 d 14 h runge /trunk/EmbeddedSoftware/AVR/module/ Put sending of list message in a while  
951 6479 d 7 h runge /trunk/EmbeddedSoftware/AVR/module/act_hd44780/ Changed the two defines I forgot to change in the last commit  
950 6479 d 7 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 6479 d 9 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 6490 d 5 h runge /trunk/EmbeddedSoftware/AVR/module/act_hd44780/ Added new command where position and text is sent in the same can-message  
928 6507 d 7 h linlun /trunk/EmbeddedSoftware/AVR/module/ Added module for gLcd, only display test, no protocol implemented  
869 6669 d 12 h linlun /trunk/ Merged modules branch into trunk  
852 6697 d 7 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 6700 d 12 h migan /branches/modules/ Fixed a problem with the generation of main.c, a replace last time replaced too much  
836 6701 d 8 h migan /branches/modules/ Changed lcd startup message
Updated ModuleManager help and changed what the --list command shows
 
827 6702 d 6 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