392
Platforms
©2000-2008 Tibbo Technology Inc.
Returns:
---
See Also:
Part
Description
daycount
Number of elapsed days.
mincount
Number of elapsed minutes.
seconds
Number of elapsed seconds.
Details
Some platforms includes a set of convenient date and time conversion functions
that can be used to transform actual date into time into "elapsed time" values
(see
and
).
Notice, that after the device powers up and provided that the backup
power was not present at all times the RTC may be in the
undetermined state and not work properly until the rtc.set method is
executed at least once. Incorrect behavior may include failure to
increment or incrementing at an abnormal rate. Rtc.running cannot be
used to reliably check RTC state in this situation.
It is not necessary to use rtc.set if the backup power was present at all
times while the device was off.
With Tibbo Basic release
V2
, this method had to be renamed from .get
to .getdata. This is because the period (".") separating "stor" from
"setdata" is now a "true" part of the language, i.e. it is recognized as a
syntax unit, not just part of identifier. Hence, Tibbo Basic sees "stor"
and "set" as separate entities and "set" is a reserved word that can't be
used.
LCD Object
This is the display (lcd.) object, it allows you to operate a display panel. With the
lcd. object you can:
Use any display from a growing list of
.
of selected controller/panel.
Draw
,
;
.
-- non-aligned, aligned, rotated, etc.
.
389
192
203
408
393
395
396
396
396
397
404