ducalex
ducalex
I'm doing some spring cleaning of issues inactive for 1-2 years. Is this issue still relevant? And if so has anyone made progress in improving the situation?
I agree having the cursor move instead of the whole list might feel more natural to some people. I'd be happy to have it as an option. In the future...
So if I understand correctly you're suggesting three modes total: - Sticky center: Current mode, the cursor is always in the center and the list scrolls underneath - Sticky edges:...
Oh okay I think I understand what you're suggesting. I guess what you're describing would be a true "sticky" center and the sticky center I described should be called "fixed"...
Actually I think we can achieve something close to what you describe without tracking cursor/offset separately. It's a bit buggy (especially on short lists) but I've pushed a demo to...
- `list->length` is the absolute length of `list->items` - `list->cursor` is the index of the selected item in `list->items` - `lines` is the number of displayed lines/items - `line_offset` is...
You need to be setup the esp-idf environment before building. If you already did, then it's likely that using sudo is your issue (you don't need sudo). Here's the doc:...
Hello! It's been over a year so I'm going to assume you've fixed your problem or moved to another project. Feel free to re-open this issue if you still need...
I have investigated this issue and found the problem and I was able to get it working but I'm almost sure my fix will break other games... A game-specific fix...
@josef2600 Yes a simple fix for this particular game is possible, but it will likely break many others. The proper solution would be to arm yourself with a known [good...