Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetMemFree
- Timestamp:
- 12/12/11 10:41:51 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetMemFree
v5 v6 25 25 }}} 26 26 27 {{{ 28 // If less than 5M RAM free display a message 29 if(GetMemFree() < 5000) 30 { 31 SetCurColor(COLOR_ATTENTION); 32 DisplayText(0, 0, "Memory Low"); 33 } 34 }}} 35 27 36 == See Also == 28 37