Xinyuan-LilyGO / LilyGo-AMOLED-Series

LilyGo AMOLED Series
MIT License
112 stars 22 forks source link

How do i setup the TFT.eSPI User_Setup.h and User_Setup_Select.h i dont see the RM67162 Driver IC for the display #53

Open BluumDK opened 4 weeks ago

BluumDK commented 4 weeks ago

Because how else is library supposed to know which pins the board is using for the display

lewisxhe commented 3 weeks ago

I think it has been explained in the example that it can only be used as a frame buffer https://github.com/Xinyuan-LilyGO/LilyGo-AMOLED-Series/blob/f88802d283480d835f9ef3ac9495d7854a575b27/examples/TFT_eSPI_Sprite/TFT_eSPI_Sprite.ino#L34

BluumDK commented 3 weeks ago

I think it has been explained in the example that it can only be used as a frame buffer

https://github.com/Xinyuan-LilyGO/LilyGo-AMOLED-Series/blob/f88802d283480d835f9ef3ac9495d7854a575b27/examples/TFT_eSPI_Sprite/TFT_eSPI_Sprite.ino#L34

Ca i solely use lvgl or do i need tft.espi?

BluumDK commented 3 weeks ago

I think it has been explained in the example that it can only be used as a frame buffer https://github.com/Xinyuan-LilyGO/LilyGo-AMOLED-Series/blob/f88802d283480d835f9ef3ac9495d7854a575b27/examples/TFT_eSPI_Sprite/TFT_eSPI_Sprite.ino#L34

Ca i solely use lvgl or do i need tft.espi?

As well as this line:

include

Is it just needed for the examples or is do i need to copy the files from the github and transfer them to my own projekt

Im very new to embedded im just trying to get the screen to say Hello World!