Neradoc

Results 30 comments of Neradoc

Note that a solution is now released in Circuitpython 8. This PR: https://github.com/adafruit/circuitpython/pull/7000 thanks to MicroDev, lets you reformat the CIRCUITPY drive so that it extends into the OAT1 partition....

It's really triggered every time by clicking in Mu, and I get the same behavior without the print and the sleep (just `pass`), so I don't know if it's a...

Finally looked at the Mu code and I have been able to solve it by commenting out the following lines, which are run whenever you click in the REPL pane....

Hey, is it ok to reopen ? This keeps being a problem, even on the pico, as you can see in https://github.com/adafruit/circuitpython/issues/7183 As it stands right now in a normal...

> > * the line clicked is not the last line. (I don't think the REPL can back up the cursor more than one line anyway). > > I thought...

Note that a board with a WCH chip like the CH340/CH9102 (a common replacement for CP210x these days), using the official driver (which is required to work properly, at least...

Yeah we pivoted from `.env` to `settings.toml` because invisible files are a nightmare to manage especially in a beginner environment (but it's true in general, I don't setup my OS...

Hi, can you access the serial output to see if the board spouts an error at you ? ([Here is the guide on that](https://learn.adafruit.com/welcome-to-circuitpython/kattni-connecting-to-the-serial-console)). A typical error might be some...

I can't reproduce the issue. By selecting the default turkish keyboard layout proposed in Windows 10 I get `i`: ![turkish-type](https://user-images.githubusercontent.com/6160205/153736403-f51ce456-9095-4cd9-ad82-9eb9f247f2ed.png) (the second line is typed by the device) I don't...

Hmmm it's a windows keyboard layout, they are based on this site: http://kbdlayout.info/kbdtuq Not sure what is going on with kde then... How do you type `i` and `î` normally...