Raspberry Pi OS • Re: labwc Multiple desktops
I added the following to ~/.config/labwc/rc.xml to give me region select with "Shift-Print Screen" for print screen:Code: <keyboard> <keybind key="S-Print"> <action name="Execute">...
View ArticleGeneral discussion • new way to hide menu bar
Before the most recent upgrade of Raspi OS, I had 'patched' the OS to hide menu bar. Then I upgraded/updated to the current ver. Desktop then went absolutely bonkers. I realized the new version did...
View ArticleRaspberry Pi OS • Re: Firefox
Same here FF 132.0 labwc Bookworm 64-bitStatistics: Posted by neilgl — Sun Nov 03, 2024 5:18 pm
View ArticleTroubleshooting • Re: Pinn not booting
dear procount, thankyou for your reply ireinstalled pinn to micro sd card and it works fine on mt p1 b +Statistics: Posted by Kartingboots — Sun Nov 03, 2024 5:21 pm
View ArticleTroubleshooting • Re: Picamera not working raspberry pi 5 os bookworm
OK, we now use the picamera2 library, not picamera.Statistics: Posted by neilgl — Sun Nov 03, 2024 5:22 pm
View ArticleRaspberry Pi OS • Re: GUI/config step-by-step tweak collection
My methods, expanded upon from my notes at the time: 20241102 set up a new vanilla card for labwc config research used imager to burn latest 64-bit image did NOT preset any settings using imager...
View ArticleSDK • Acccessing Flash from 'Run from RAM' code
Executing 'Run from RAM' code (no_flash) on an RP2040 enters 'main' with Flash disabled and Unique ID set to all EE's.To enable access to Flash on the RP2040 I have been using this code from...
View ArticleGeneral • Re: Rpi pico w not showing up anymore on pc
Looking at "I have updated every type of USB driver...", have you tried what it says in the offical documentation "Getting started with Raspberry Pi Pico-series" dated 15 October 2024"Download and run...
View ArticleSDK • Re: Free Memory (using C SDK).
Hello,I used 2 methods on https://github.com/CHiPs44/hagl_pico_vg ... op/specs.c: one with mallinfo another with dichotomic allocations, cf.https://github.com/CHiPs44/hagl_pico_vg ... s.txt#L207 to...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Actually cutiepie seems pretty close to what I wanted RPi to produce - battery optional.https://shop.cutiepi.io/products/cutiepi-tabletI.e. a desktop bound tablet / all in one.Maybe one with with pi5...
View ArticleGeneral discussion • Re: STICKY: Introduce yourself!
Hi, everyone,I'm Sue and am beginning my journey into hobby electronics. I look forward to reaching the point of helping others, but for now, thank you all in advance for your words of wisdom. My...
View ArticleRaspberry Pi OS • Re: How to rotate display and touchscreen
https://www.raspberrypi.com/documentati ... splay-modeStatistics: Posted by aBUGSworstnightmare — Mon Nov 04, 2024 5:17 pm
View ArticleAutomation, sensing and robotics • Newb alert - go easy on me! Looking for...
Hello bright minds,So I'm wondering if the subject line about the pin ball has you confused and perhaps drew you into checking out this post? I hope What I am looking for is a device or way to build a...
View ArticleCamera board • Re: Raspberry pi 5 cannot connected with kamera v2 or V3.
For the V2 and V3 cameras you shouldn't need to change anything in config.txt.I just tested this. Raspbery Pi OS Lite Bookworm, installed on an SD card. V2 Camera module connected to a Pi 5 2GB....
View ArticleOther RP2040 boards • Re: Custom rp2040 Board Not Detected
Its ~7mm from the rp2040.Looks good. Just possibly your generous ground fence adding a bit of capacitance, but not much. I marked my run pin as X and poking it / connecting to GND may be a...
View ArticleGeneral • Multicore access to global variables
I'm looking for confirmation on a couple questions regarding accessing shared variables (C SDK, both rp2040 and 235x). I found a few threads touching on the subject but not quite answering these. I...
View ArticleSDK • Re: Acccessing Flash from 'Run from RAM' code
I think he was referring to the example you had linked to, and in particular:Code: ((void(*)(void))rom_func_lookup_inline(ROM_FUNC_CONNECT_INTERNAL_FLASH))();...
View ArticleBeginners • Re: Rpi 3b+ with Bookworm Lite + Pygame
UpdateI found out that running the script with sudo or just not with venv activated it works.But, just to make it hard, I want to run it with ~venv.Statistics: Posted by lvmasterrj — Mon Nov 04, 2024...
View ArticleTroubleshooting • Pico W _thread OSError: TinyUSB callback can't recurse
Hi guys. I've been fiddling with the Pico/Pico W lately and I am building a simple game of "Simon" using 3 LEDs and 3 buttons. Everything works fine aside from threading. I'm trying to create a...
View ArticleTroubleshooting • Re: Cronjob does not run launcher.sh
Hai Tim,You're right. The top of the .py file was #!/usr/bin/python.But it's working like a charm!Thanks!Statistics: Posted by Wessiez — Mon Nov 04, 2024 5:31 pm
View Article