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 5167 d 4 h linlun /trunk/EmbeddedSoftware/AVR/module/act_hd44780/ Added code for auto backlight  
1910 5327 d 23 h arune /trunk/EmbeddedSoftware/AVR/module/ Changed all modules to use BIOS GetHwId function directly instead of macro  
1721 5653 d 22 h linlun /trunk/EmbeddedSoftware/AVR/module/act_hd44780/ Fixed problem with 0% backlight, now the backlingt will be off  
1427 6095 d 20 h linlun /trunk/ Added AutoLigth to hd44780-module, to be used with a fototransistor connected to ADC7  
1356 6202 d 23 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 6366 d 5 h linlun /trunk/EmbeddedSoftware/AVR/module/act_hd44780/ Fixed PWM for clcd  
998 6461 d 12 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 6462 d 0 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 6474 d 4 h runge /trunk/EmbeddedSoftware/AVR/module/ Put sending of list message in a while  
951 6474 d 21 h runge /trunk/EmbeddedSoftware/AVR/module/act_hd44780/ Changed the two defines I forgot to change in the last commit  
950 6474 d 21 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 6474 d 23 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 6485 d 19 h runge /trunk/EmbeddedSoftware/AVR/module/act_hd44780/ Added new command where position and text is sent in the same can-message  
928 6502 d 21 h linlun /trunk/EmbeddedSoftware/AVR/module/ Added module for gLcd, only display test, no protocol implemented  
869 6665 d 2 h linlun /trunk/ Merged modules branch into trunk  
852 6692 d 21 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 6696 d 2 h migan /branches/modules/ Fixed a problem with the generation of main.c, a replace last time replaced too much  
836 6696 d 22 h migan /branches/modules/ Changed lcd startup message
Updated ModuleManager help and changed what the --list command shows
 
827 6697 d 20 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