Add some more meaningful comments I found in an old file on the lcdproc.org

web site.
This commit is contained in:
mmdolze
2010-11-16 21:51:25 +00:00
parent 67c07b52dd
commit 9c1bde0ece
6 changed files with 28 additions and 7 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
/** \file server/render.c
* Draws screens on the LCD.
* This file contains code that actually generates the full screen data to
* send to the LCD. render_screen() takes a screen definition and calls
* render_frame() which in turn builds the screen according to the definition.
* It may recursively call itself (for nested frames).
*
* This needs to be greatly expanded and redone for greater flexibility.
* For example, it should support multiple screen sizes, more flexible