Raspberry Pi OS • Re: LibreOffice, Trixie, Toolbar, Icons only show on mouseover
(In Writer): Tools -> Options -> View -> Icon Theme/Theme change from Automatic (Colibre (dark)) to ColibreHi!It worked like a charm. Thank you so much for the solution.RegardsStatistics:...
View ArticleGeneral • PICO2 do PIO SM IRQs actually generate CPU interrupts?
Does someone have a simple C program that shows this for the pico or pico2?I'm working in C primarly on the PICO2. I've PIO0 statemachine 0 PIO code that is to generate an IRQ on the edges of a input...
View ArticleTroubleshooting • Re: Chromium annoyance
Well, the new version of Chromium didn't fix this problem but after a lot of reading and a lot of experimenting I now believe that it's a manifestation of the problem alluded to here...
View ArticlePython • Re: RPi 3 with TCS3200 sensor: lgpio.error: 'bad event request'
If you need a quick solution: use a raspberry pico or pico2 to measure the frequency and transfer the measurement results by serial to the RPi3. Using micropython on pico, there are samples around for...
View ArticleGeneral discussion • Re: Need a New Raspberry Pi - Which One?
Well, the best Raspberry models right now are1. Raspberry Pi 52. Raspberry Pi 4 Model B Raspberry Pi 5 because it is the newest and fastest model. You can run 4k screens, and it has new features like...
View ArticleGeneral discussion • Re: User Location field disappeared
Firefox mobile. RPi style.Hmm.Statistics: Posted by ame — Wed Oct 29, 2025 12:59 am
View ArticleOther RP2040 boards • Re: $4 RP2040 and FPGA board
I took a look at their Twitter feed, seems they have a production run of 1,000 which will be delivered in November.I would guess the recently quoted December delivery date means that's been extended,...
View ArticleGeneral • Re: i2c pins damaged?
Could be also from a damaged pin/pad, it can create a false impression of bus conflict.Worth to check on an oscilloscope, in my case it looks like it's not completely damaged but starts to fail after...
View ArticleFor sale • 48V Voltage Monitor HAT (Stackable)
Hey Pi enthusiasts!I’m excited to share my new Pi Hat with you all. It’s a simple, plug-and-play 0–48 V voltage monitor that gives precise readings right on your Raspberry Pi. If you’ve been looking...
View ArticleTroubleshooting • Trixie and Monitor resolution with rotation
Desired; Resolution 1920x1080 , but no amount of configuration settings are able to do it. Have an ACER 27 Inch Monitor running MagicMirror on Bullseye flawless upuntil Trixie came and messed it up....
View ArticleSDK • Re: regex
Thanks for the replies. I think it might be possible to add the regex code, but it's a bit more work that I'd hoped, and also it uses more memory than I want to allocate to the feature at the moment....
View ArticleRaspberry Pi Desktop for PC and Mac • Re: years-outdated...
Downloads.raspberrypi.(com|org) contents are identical: suggestion remains.Statistics: Posted by dchmelik — Wed Oct 29, 2025 5:51 am
View ArticleTroubleshooting • Re: 300ms touch latency on a Waveshare display
..Waveshare's 12.3 has a touch interface with the 300ms lag in question, be it the drivers from their Wiki or the one suggested by aBUGSworstnightmare...Maybe Waveshare enabled it, because what I see...
View ArticleRaspberry Pi OS • Re: realtime kernel
thank you i try now build kernel the rt.patch is no longer need its fixed yesterdayStatistics: Posted by mediauser — Wed Oct 29, 2025 6:32 am
View ArticleCamera board • Re: Shortcomings/advantages of raspberry pi cameras vs...
thank you all, this is the sort of advice i was looking for. CCTV cameras seem the way to go, what given the price and sturdiness out of the box alone, is actually good newsStatistics: Posted by...
View ArticleTroubleshooting • How to hide little arrow symbols on desktop shortcuts
I have been able to get youtube as an app on my desktop via the brave app, but I did the same for reddit, then unistalled to do a test, I then replaced it by clicking add to desktop add it had the...
View ArticleOther RP2040 boards • Re: External oscillator
There are some other references:8.2. Crystal oscillator (XOSC)8.2.1. Overview...If the user already has an accurate clock source, it is possible to drive an external clock directly into XIN (aka XI),...
View ArticleOff topic discussion • Re: A bit of Raspberry with 192C/384T
So I will be able to install Wolfram products on my 8-socket Intel server as well ...https://www.mersenneforum.org/node/1092822#post1093137When l clicked on that linkSorry, you are not authorized to...
View ArticleGeneral • Re: How do I use OpenOCD to program one of two Pico's
Code: sudo openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c "cmsis_dap_serial E6632891E33DAF30" -c "adapter speed 5000" -c "program <filename>.elf verify; reset halt; resume;...
View ArticleRaspberry Pi OS • Re: SD Copy program limitations (HELP!)
On first boot it expands the root partition to fit the SD card or whichever device it boots from. If for whatever reason this doesn't happen then raspi-config has a function to expand it...
View Article