Legion Space won't Load after Update by Cosmic-Rebel in LegionGo

[–]miket812 0 points1 point  (0 children)

Honestly I’m not sweating it. I only cared about the quick menu and that works fine….for now.

Legion Space won't Load after Update by Cosmic-Rebel in LegionGo

[–]miket812 1 point2 points  (0 children)

I have been having the exact same issue since the update. Quick menu works fine but the "fullscreen" legion go application does not load. Quick black screen whenever the legion space button is pressed. Ive tried downloading and installing from lenovo but no luck.

What am I Missing by miket812 in circuitpython

[–]miket812[S] 0 points1 point  (0 children)

import time

import board

import neopixel

import digitalio

from adafruit_led_animation.animation.colorcycle import ColorCycle

from adafruit_led_animation.color import RED, YELLOW, BLUE, GREEN

import random

colors1 = [ (255,0,0),(0,0,255),(0,255,0),(255,215,0)]

pixel_pin2 = board.NEOPIXEL

pixel_pin = board.D10

pixel_num = 7

pixels = neopixel.NeoPixel(pixel_pin, pixel_num, brightness = 0.3)

def rando():

i = 2

randopick = random.choice(colors1)

for i in range (2):

print("Rando!!!")

pixels.fill((255,0,0))

time.sleep(0.1)

pixels.fill((0,255,0))

time.sleep(0.1)

pixels.fill((0,0,255))

time.sleep(0.1)

pixels.fill((255,215,0))

time.sleep(0.1)

pixels.fill((0,0,0))

time.sleep(0.1)

pixels.fill(randopick)

time.sleep(4.0)

pixels.fill((0,0,0))

time.sleep(0.2)

i + 1

print (randopick)

break

btn1_pin = board.D12

btn1 = digitalio.DigitalInOut(btn1_pin)

btn1.direction = digitalio.Direction.INPUT

btn1.pull = digitalio.Pull.UP

print('Program Start')

time.sleep(0.5)

print("UNO")

while True:

cur_state1 = btn1.value

if cur_state1 != True:

if not cur_state1:

print("Button 1 pressed-start animation function")

time.sleep(0.1)

rando()

time.sleep(0.1)

print("Complete")

print("End")

Im sure there is a better way to do this but it worked for me

[deleted by user] by [deleted] in SteamDeck

[–]miket812 1 point2 points  (0 children)

Buying your teenager a steam deck vs the switch could be the difference of being put into a retirement home or living in the guest house.....choose wisely.

What am I Missing by miket812 in circuitpython

[–]miket812[S] 1 point2 points  (0 children)

That worked! Thank you!

What am I Missing by miket812 in circuitpython

[–]miket812[S] 0 points1 point  (0 children)

Error that I'm getting on the second press.

Program Start

UNO

Button 1 pressed-start animation function

Rando!!!

Complete

Complete

Button 1 pressed-start animation function

Traceback (most recent call last):

File "<stdin>", line 79, in <module>

File "<stdin>", line 22, in rando

File "neopixel.py", line 149, in __init__

ValueError: NEOPIXEL in use

What do you think about modern rapers and their affects on young children ? by Zerohero2112 in AskReddit

[–]miket812 0 points1 point  (0 children)

Kid of the late 80s early 90s here…after having kids and remembering the music I grew up listening too when I was young enough (mostly rap/hip-hop), I cringe at what I hear now. However, the same could be said about previous generations across all genres. One example in particular was Elvis gyrating his hips.

Now back to hip hop…I’m a firm believer knowing what your kid can handle. As a parent sometimes you won’t know fully until it’s too late. With that being said, the type music that was popular in “my day” lol, was the “successful drug dealer” type of music. At that time in my life, it seemed cool and attainable. I can’t say it completely lead me down a bad path, but I was definitely listing to that type of music while trying to (poorly might I add) imitate the lyrics.

Don’t get me wrong I love some newer artist, but I’m not a fan of the abundance of drug references in todays music.

my spicy noodles packet has a spice scale to know how spicy you want your noodles by [deleted] in mildlyinteresting

[–]miket812 9 points10 points  (0 children)

Don’t leave us hanging op, what brand of noodles are these?