Alex March

Results 16 comments of Alex March

Came here to say that while reading the aforementioned chapter, I would have found it a bit helpful to simply see something like this in the section about deconstructing *tuple...

Hi, Thank you for reporting the issue and sorry about the delay, I'll have a look into it asap.

Hi Mike, I haven't honestly tried the driver with the esp port yet and used WiPy for developing, which still works okay. The problem might be related to the fact...

Try changing the line in the tft module's write_cmd: ``` python self.spi.write(cmd) ``` to ``` python self.spi.write(bytearray([cmd])) ```

Hi @PeterKenyon, To figure out how to use the SPI and others with your board, see the [official docs](http://docs.micropython.org/en/latest/pyboard/index.html) and make sure you're looking at the right board: pyboard, wipy...

Great! Glad to hear you got it sorted. Also feel free to contribute your N18 subclass to the tft.py as a pull request. Would be good to have a variety...

Hi @Andon-A, I haven't had much time recently to follow micropython/esp8266 development due to my full-time job being busy. It does look like a simple type conversion problem that shouldn't...

Hey @tmueller1970 Thanks for the patch, the changes look good, and all due to my mistakes :) Feel free to submit a PR, I'll be happy to merge the changes...

I guessed that as well. If I manually go and mark the .git folder as hidden, it goes away. Anyway, I just wanted to bring this to the devs attention,...

I have also noticed this behaviour previously. Is there a fix planned for this, or perhaps some guidance on how this can be approached if the maintainer is busy?