Commit graph

235 commits

Author SHA1 Message Date
Gwenhael Le Moine
e16ffb80ab
fix grep 2024-10-06 10:52:58 +02:00
Gwenhael Le Moine
0e108a5531
[49g] less hardcoding 2024-10-06 10:18:46 +02:00
Gwenhael Le Moine
38bb6b3bcc
move small_{a,de}scent to sdl2.c 2024-10-06 10:16:35 +02:00
Gwenhael Le Moine
b2c760a1a2
silencing stderr unless --verbose the easy way 2024-10-06 10:15:56 +02:00
Gwenhael Le Moine
000755e27a
draw LCD on its own texture 2024-10-05 16:58:18 +02:00
Gwenhael Le Moine
d5a77cc4a8
[sdl2] naming things 2024-10-05 16:44:23 +02:00
Gwenhael Le Moine
1e0e643e88
rearrange colors and add specific colors for black lcd; 49g is always black lcd 2024-10-05 10:54:40 +02:00
Gwenhael Le Moine
2c8cc0952f
adjust contrast value of saturn engine 2024-10-05 10:44:34 +02:00
Gwenhael Le Moine
04b9d8674c
fix OFF display bug; add --black-lcd option 2024-10-05 09:54:08 +02:00
Gwenhael Le Moine
559d8cfa2d
more 49g faceplate tweaking 2024-10-05 08:57:27 +02:00
Gwenhael Le Moine
e3ee9a3615
list known bugs 2024-10-05 08:31:56 +02:00
Gwenhael Le Moine
97e756bdfb
80 2024-10-04 19:05:04 +02:00
Gwenhael Le Moine
5eedc6009e
make 131×80 an option 2024-10-04 19:01:52 +02:00
Gwenhael Le Moine
6ea70172fd
header files as dependencies in Makefile 2024-10-04 19:01:09 +02:00
Gwenhael Le Moine
34089b238a
set things to allow for a 131×80 display 2024-10-04 18:09:57 +02:00
Gwenhael Le Moine
1b24850734
typo 2024-10-04 17:25:11 +02:00
Gwenhael Le Moine
5cb5c777aa
make debug level configurable at runtime 2024-10-04 17:22:22 +02:00
Gwenhael Le Moine
7a22b0292a
document Disassemble() location 2024-10-04 16:32:17 +02:00
Gwenhael Le Moine
b5e0f4853c
inline int in for 2024-10-04 16:32:08 +02:00
Gwenhael Le Moine
1be1bf09bb
fixed DEBUG, enabled with DEBUG_NONE by default 2024-10-04 16:31:38 +02:00
Gwenhael Le Moine
70f0248c13
clean includes to remove unused ones 2024-10-04 16:26:27 +02:00
Gwenhael Le Moine
21cfd1ec0a
playing with colors and header of 49G UI 2024-10-04 15:50:30 +02:00
Gwenhael Le Moine
725f4a5b5f
fix typo 2024-10-04 15:50:12 +02:00
Gwenhael Le Moine
35fccff996
color and faceplate for 49G 2024-10-04 15:30:58 +02:00
Gwenhael Le Moine
e221020db4
merge bitmaps_fonts.h into fonts.c; add missing characters to small_font 2024-10-04 15:30:21 +02:00
Gwenhael Le Moine
70d7c79bb4
add ALPHA color, adjust 49g colors inspired by https://github.com/MicaelJarniac/Calypso-50g/ 2024-10-04 10:46:26 +02:00
Gwenhael Le Moine
28ac14adfd
fixed mixed-up up and left keys for 49g 2024-10-03 18:05:46 +02:00
Gwenhael Le Moine
c330d06a75
49g colors 2024-10-03 16:30:27 +02:00
Gwenhael Le Moine
fc2a581dc6
label_graphic 2024-10-03 16:16:03 +02:00
Gwenhael Le Moine
d2962d74c9
label_bits 2024-10-03 16:14:51 +02:00
Gwenhael Le Moine
81dfb12ea4
Revert "rename lb to label_bitmap"
This reverts commit 3b28f90425.
2024-10-03 16:09:56 +02:00
Gwenhael Le Moine
3b28f90425
rename lb to label_bitmap 2024-10-03 16:03:53 +02:00
Gwenhael Le Moine
7be848870a
lb_ -> label_bitmap_ 2024-10-03 16:02:19 +02:00
Gwenhael Le Moine
65cea18643
rename button_t.lw and lh 2024-10-03 15:57:57 +02:00
Gwenhael Le Moine
90c49ce1ef
rename button_t.label to .label_text 2024-10-03 15:47:48 +02:00
Gwenhael Le Moine
4b0f407181
rename button_t.lc to .label_color, use it for text too 2024-10-03 15:44:30 +02:00
Gwenhael Le Moine
2e4fa64507
[libChf] dirty fix for non-MT 2024-10-03 15:44:03 +02:00
Gwenhael Le Moine
3fc1b804c2
rename button_t.is_menu to .highlight 2024-10-03 15:27:58 +02:00
Gwenhael Le Moine
fb10c5aa0f
document button_t 2024-10-03 15:22:49 +02:00
Gwenhael Le Moine
15db697c3a
fix prettying code 2024-10-03 15:12:04 +02:00
Gwenhael Le Moine
092a7a5059
convert colors to 0x format 2024-10-03 14:10:46 +02:00
Gwenhael Le Moine
6ca7536d2a
rename all colors, remove unused BLACK 2024-10-03 13:24:06 +02:00
Gwenhael Le Moine
f3a211bd90
pass CHF_MODULE_ID as argument instead of re#defining it before include 2024-10-02 22:48:18 +02:00
Gwenhael Le Moine
5b4b6e57a6
missing - 2024-10-02 19:35:32 +02:00
Gwenhael Le Moine
2712f9144b
include, don't duplicate 2024-10-02 19:15:24 +02:00
Gwenhael Le Moine
ab4a4a0ea9
[sd;2] fix 49G ON button offset 2024-10-02 18:35:48 +02:00
Gwenhael Le Moine
970274cefc
notes to find a what's wrong in emulation 2024-10-02 18:10:01 +02:00
Gwenhael Le Moine
f61e0985d4
add some missing big font letters 2024-10-02 16:50:11 +02:00
Gwenhael Le Moine
0fb7f333fc
[sdl2] back to generic clik2key algo 2024-10-02 16:29:32 +02:00
Gwenhael Le Moine
da307ec7ea
5.2.2 2024-10-02 15:50:37 +02:00