--------------------------------------------- elfcheck - простая прога, которая проверяет, используются ли в эльфах (включая эльфлоадер) функции, которых нет в либе. simple tool which checks whether there are functions used in elfs (including elfloader) that are not included in library.
Q: How use elfcheck? Q: Как использовать? R: Look this page here
saveevents.elf - сохранение евентов (EVENT)
(c) den_po
---------------------------------------------
Шаблоны эльфов для IAR Некоторые полезные для разработчиков шаблоны эльфов. На данный момент имеются: 1) Пустой эльф 2) Пустой эльф со своей книгой 3) Эльф-рисовальщик на главном экране 4) Эльф для RegFile (по сути - пустой эльф, но с дополнительными входными параметрами) 5) Эльф с графическим интерфейсом - списком 6) Эльф-патч, который можно конвертировать в *.vkp при помощи elf2vkp
This may sound silly but I'm just a beginner and I wanted to ask whether someone can tell me how to use DATE_GetWeekDay(DATE *,char * dest); to save the current Weekday as a TextID-Variable to use it with DrawString, I want to use it in SleepMode because the SVN version uses its own algorithm to do this. So I would really appritiate a small sample :) I tired this, but it only shows nothing on the screen:
xander150 пишет: This may sound silly but I'm just a beginner and I wanted to ask whether someone can tell me how to use DATE_GetWeekDay(DATE *,char * dest);
I am using it in my DayDis 1.0 (if the function is available in the library):
Код:
DATETIME datetime; REQUEST_DATEANDTIME_GET(0, &datetime); DATE* date = &datetime.date; char WeekDay_char; DATE_GetWeekDay(date, &WeekDay_char); int weekday; weekday = WeekDay_char; // weekday number (0 = Mo -> 6 = Su)
Всем привет! У меня возникла необходимость, в том, что бы научиться редактировать эльфы. Подробнее: Мне надо изменить параметры эльфа Standby Mod/ у этого эльфа есть только конфиг, а значит надо редактировать его. Я знаю, что есть эльф для его редактирования, но у меня сейчас нет телефона, от сюда и вопрос, можно ли редактировать конфиг без использования телефона и эльфа BcfgEdit.elf ??
Is anyone willing to give a sample how to use the MetaData functions?
MetaData_Desc_Create(wchar_t * path,wchar_t * name) sound logical to me, I guess it should look like MetaData_Desc_Create(L"/card/music/",L"musicfile.mp3"), IAR give sno errors here but then my knowledge is at the end, MetaData_Desc_GetTags(void * MetaData_Desc,int tagID) wants a MetaData_Desc, but where do I set this? So, I would really appreciate a small sample which creates this MetaData_Desc, reads one tag to a wchar_t and destroys the MetaData_Descl. The definition in Lib_Clara doesn't really help me
UltraShot
Developer/Moder
Регистрация: 21.5.07 Сообщений: 1729 Репутация: 1827 Откуда: Санкт-Петербург / Череповец
Wow, UltraShot, thank you I'll have a LOT of fun with this
EDIT: Tested it and it works fine on my W880 Thank you
[ Edited by xander150 в 24.9.08 19:32 ]
EDIT2: Can someone post an example how to display an image smaller than it is? I use the latest MetaData function form the lib to get the album cover and draw it with DrawString but it ignores my X2 and Y2 values
[ Edited by xander150 в 5.10.08 19:07 ]
UltraShot
Developer/Moder
Регистрация: 21.5.07 Сообщений: 1729 Репутация: 1827 Откуда: Санкт-Петербург / Череповец
Can anyone make a Wiki entry about putchar? It's so much different from the C putchar. I can't find any reference to void *xx, the rest seems clear to me. 2 Coordinates, two zeros and the thing I want to draw.
Вы не можете начинать темы. Вы не можете редактировать свои сообщения. Вы не можете создавать опросы. Вы не можете вкладывать файлы в сообщения. Вы не можете отвечать на сообщения. Вы не можете удалять свои сообщения. Вы не можете голосовать.