Jump to content

Andrey_13

Members
  • Posts

    20
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hi, everybody. The project is still progressing ?. Joel Bodenmann How are you ? I am currently working on the ST7796 c STM32 DMA driver, if necessary, I will send an example. UgfxStudio is distributed for money or for club members?
  2. Hello All. Sorry by my english. Made the display driver on ssd1305. I post it in the forum. Also in the font 5x8 (fixed_5x8.c) the C symbols were incorrectly displayed. Corrected the font. Post to the forum For_ugfx_com.zip
  3. Hello dear Friends. I am sorry by my very bad english :-). This my driver for ssd1322. Refresh all display. I use STM32F103 and DMA. ugfx.zip
  4. Hello Joe Bodenmann. Thank You. Oop. Very stupid MY mistake :-). I still work in this direction. Thank You very much.
  5. Hello. I wrote a driver SSD1322, but ran into some problems.Please, see picture: 1.write 2 lines into display (used gdispFillString procedure) and see code: font2 = gdispOpenFont("ubuntu30_b"); sprintf(str,"Temper. -27.3°C"); // gdispDrawStringBox(0, 0,250,30, str, font2, 0x02,justifyLeft); // gdispDrawStringBox(0, 30,250,60, str, font2, 0x02,justifyLeft); gdispFillString(0, 30, str, font2, 0x02, 0x00); gdispFillString(0, 0, str, font2, 0x02, 0x00); . 2. If I used gdispDrawStringBox procedure? i get this picture: and see code font2 = gdispOpenFont("ubuntu30_b"); sprintf(str,"Temper. -27.3°C"); gdispDrawStringBox(0, 0,250,30, str, font2, 0x02,justifyLeft); gdispDrawStringBox(0, 30,250,60, str, font2, 0x02,justifyLeft); // gdispFillString(0, 30, str, font2, 0x02, 0x00); // gdispFillString(0, 0, str, font2, 0x02, 0x00); Questions: 1. Why gdispDrawStringBox it is not working (text slide down)? 2.I refresh full display (send ram = RAM(g) with DMA). If I update the display window, the text is not displayed. And what do the parameters g->p.x1,g->p.x2,g->p.y1,g->p.x2 (if g->p.x, g->p.y, g->p.cx, g->p.cy is related to the size of the updated window) sorry by my english. Thank You.
  6. Hello. It will be added to the driver ssd1322 in future? Thank you.
  7. Добрый день Илья. Скайп есть? taurus_2007 - мой ник - давай попробуем через скайп и teamview.
  8. Пришили что пишет компилятор в среде.
  9. Если просто добавить файлы в проект - то нужно прописывать пути inc пути src и исключения.
  10. Странно - обычно проект импортируется БЕЗ указания камня и платы : File>Import>General>Existing Project into Workspace> выбираем папку - и просто импортируется.
  11. Илья - вот пустой проект с дисплеем - нужно написать инициализацию выводов (в файле board_R61505U.h я поставил метки где и что нужно вписывать ), как я сделал с пином Reset. Надеюсь поможет. https://cloud.mail.ru/public/J28R/sZoTZPa46
  12. Илья добрый день. Что нибудь сдвинулось с мертвой точки?
  13. Илья - если нужна какая нибудь консультация в сборке проекта и т.п. - не вопрос - могу помочь. Просто я эти проблемы уже прошел.
×
×
  • Create New...