summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/src/display.hcc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Text of input select button is now also shown correctly while being in help ↵Marcel Lauwerijssen2005-03-031-5/+14
| | | | of about mode
* Added text switching button (sm-card/line-in) to applicationMarcel Lauwerijssen2005-02-241-2/+15
|
* added audio player functionalityOliver Schinagl2005-02-231-24/+51
|
* Display a gray color.Oliver Schinagl2005-01-201-2/+2
|
* Input gain can be colored 'disabled'.Oliver Schinagl2005-01-201-1/+18
| | | | We reset the image index to the background when the exit button was pressed.
* Changed functions to inline functions.Oliver Schinagl2005-01-181-1/+5
| | | | Added play button handler.
* Modified input gain control bar colorOliver Schinagl2005-01-111-1/+1
|
* renamed address_offsets to images. Also the content needed to be updated. ↵Oliver Schinagl2005-01-061-53/+30
| | | | | | | | | The about screens should be first as it makes things easier and more efficient in the event handler. Removed 'modes' we determin modes by the image displayed as these are identical anyway. Therefore we can remove the big switch to set the 'offset' determined by the mode. We need to check however when we want to return not only if the about mode is active, but also if any of it's 'children' is active.
* Added input gain along the Y-axis.Oliver Schinagl2005-01-061-30/+50
| | | | | | Fixed bug in memory counter where two statements where executed in one clock cycle. Renamed GRAPHMASK to GRAPH.
* The 'compacted' loading of the graph requires a different drawing aproach.Oliver Schinagl2005-01-041-3/+3
|
* URL's are more like button's then area's.Oliver Schinagl2004-12-211-6/+7
| | | | When pressing an URL button, we jump to that area.
* About screens added.Oliver Schinagl2004-12-161-24/+139
|
* Replaced skin struct with more advanced struct.Oliver Schinagl2004-12-131-10/+13
| | | | It is still a typedef however. FIXME: Should be changed to 'regular' struct.
* New branch used to add new features.Oliver Schinagl2004-12-091-0/+338
|
* Added defines makeing it possible to split the application in various parts ↵Oliver Schinagl2004-12-091-338/+0
| | | | | | | | namely: Loader (loads data from the smart media into ram) Equalizer (The 'normal' known application) Visualization (The graphical visualization)
* We only use one var to lock the display from wherever.Oliver Schinagl2004-12-081-27/+18
| | | | | | Fixed some comments. Removed mask only drawing of pixels as we either load with or without SmartMedia.
* added doxygen html generated documenationOliver Schinagl2004-11-291-10/+11
| | | | fixe doxygen tags.
* preset_offset doens't need to be passed seperatly. We assume the preset has ↵Oliver Schinagl2004-11-291-3/+3
| | | | been calculated with the passed pointer.
* changed macro's to functions.Oliver Schinagl2004-11-261-30/+36
| | | | rewrote reload_equalizer to only lock the array, then update it and unlock.
* display routine also depends on a few dynamic constansts that are in ↵Oliver Schinagl2004-11-241-95/+154
| | | | | | skindata, added that. Added a store for the color of the visual graphic so we can perform the graph in 2 steps.
* Attempt to add Spectrum Analasys.Oliver Schinagl2004-11-161-15/+79
|
* Merged FFT into Graphic Equalizer.Oliver Schinagl2004-11-161-1/+1
|
* Added display of active buttons.Oliver Schinagl2004-11-151-4/+39
| | | | Added equalizer preset storage.
* Added fft filesOliver Schinagl2004-11-111-3/+7
| | | | fixed some issues, included equalizer.
* (no commit message)Oliver Schinagl2004-11-111-34/+58
|
* (no commit message)Oliver Schinagl2004-11-101-68/+82
|
* First Real VersionOliver Schinagl2004-11-101-0/+140